Skip to content

Commit

Permalink
Oops, fix wrong one in wrong plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottprogrammer committed May 29, 2024
1 parent 8520cc0 commit 2c2485c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ private static function get_boost_output( $print = true ) {
}
if ( $print ) {
$learn_link = self::get_upgrade_link( 'stats-nudges-boost-learn' );
$text = __( 'Improve your sites performance and SEO in a few clicks with the free Jetpack Boost plugin.', 'jetpack' );
$text = __( 'Improve your site\'s performance and SEO in a few clicks with the free Jetpack Boost plugin.', 'jetpack' );
self::print_item( __( 'Boost', 'jetpack' ), $text, 'product-jetpack-boost.svg', $link, 'boost', $learn_link, false, $label );
}
return true;
Expand Down

0 comments on commit 2c2485c

Please sign in to comment.