diff --git a/classes/Admin/AdminBar.php b/classes/Admin/AdminBar.php index 93ae75a82..145a46364 100644 --- a/classes/Admin/AdminBar.php +++ b/classes/Admin/AdminBar.php @@ -44,7 +44,7 @@ public function get_admin_bar_profile_callback() { if ( $user->is_free() ) { $text = esc_html__( 'Upgrade your plan now for more!', 'rocket' ) . '
' . - esc_html__( 'From $4.99/month only, keep going with image optimization!', 'rocket' ); + esc_html__( 'From $5.99/month only, keep going with image optimization!', 'rocket' ); $button_text = esc_html__( 'Upgrade My Plan', 'rocket' ); $upgrade_link = IMAGIFY_APP_DOMAIN . '/subscription/?utm_source=plugin&utm_medium=notification'; } elseif ( $user->is_growth() ) { diff --git a/views/part-upsell.php b/views/part-upsell.php index 965f4ac18..8d1633fed 100644 --- a/views/part-upsell.php +++ b/views/part-upsell.php @@ -70,7 +70,7 @@ is_free() ) { $upgrade = esc_html__( 'Upgrade your plan now for more!', 'imagify' ); - $price = esc_html__( 'From $4.99/month only, keep going with image optimization!', 'imagify' ); + $price = esc_html__( 'From $5.99/month only, keep going with image optimization!', 'imagify' ); $upgrade_link = IMAGIFY_APP_DOMAIN . '/subscription/?utm_source=plugin&utm_medium=upsell_banner'; } elseif ( $imagify_user->is_growth() ) { $upgrade = esc_html__( 'Upgrade your plan now to keep optimizing your images.', 'imagify' );