Skip to content

Commit 61277d3

Browse files
committed
Adjust go-pro message.
1 parent 32f8090 commit 61277d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: php/class-admin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public function print_notices() {
251251
$notice = 'pro';
252252
$action_url = 'https://codesnippets.pro/pricing/';
253253
$action_label = __( 'Upgrade now', 'code-snippets' );
254-
$text = __( '<strong>Code Snippets Pro is here!</strong> Find more about the new features in Pro and our introductory launch offers.', 'code-snippets' );
254+
$text = __( '<strong>Code Snippets Pro is here!</strong> Find more about the features in Pro and our current offers.', 'code-snippets' );
255255

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

0 commit comments

Comments
 (0)