Skip to content

Commit

Permalink
Adjust go-pro message.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Nov 6, 2023
1 parent 32f8090 commit 61277d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/class-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ public function print_notices() {
$notice = 'pro';
$action_url = 'https://codesnippets.pro/pricing/';
$action_label = __( 'Upgrade now', 'code-snippets' );
$text = __( '<strong>Code Snippets Pro is here!</strong> Find more about the new features in Pro and our introductory launch offers.', 'code-snippets' );
$text = __( '<strong>Code Snippets Pro is here!</strong> Find more about the features in Pro and our current offers.', 'code-snippets' );

} elseif ( ! in_array( 'survey', $dismissed, true ) && ! in_array( 'true', $dismissed, true ) ) {
$notice = 'survey';
Expand Down

0 comments on commit 61277d3

Please sign in to comment.