| @@ -373,9 +373,9 @@ | ||
| 373 | 373 | array_unshift( $links, $settings_link ); |
| 374 | 374 | |
| 375 | 375 | $go_pro_text = esc_html__( 'Get Elementor Pro', 'elementor' ); |
| 376 | 376 | if ( Utils::is_sale_time() ) { |
| 377 | - $go_pro_text = esc_html__( 'Sale! Upgrade Now', 'elementor' ); | |
| 377 | + $go_pro_text = esc_html__( 'Discounted Upgrades Now!', 'elementor' ); | |
| 378 | 378 | } |
| 379 | 379 | |
| 380 | 380 | $links['go_pro'] = sprintf( '<a href="%1$s" target="_blank" class="elementor-plugins-gopro">%2$s</a>', 'https://go.elementor.com/go-pro-wp-plugins/', $go_pro_text ); |
| 381 | 381 | |
| @@ -1133,14 +1133,14 @@ | ||
| 1133 | 1133 | $description = esc_html__( 'Automatically optimize images to improve site speed and performance. Included with your ONE subscription.', 'elementor' ); |
| 1134 | 1134 | $button_text = esc_html__( 'Install now', 'elementor' ); |
| 1135 | 1135 | $button_url = Hints::get_plugin_install_url( $plugin_slug ); |
| 1136 | 1136 | } elseif ( ! $is_active ) { |
| 1137 | - $description = esc_html__( 'Image Optimization is installed and included in your ONE subscription. Activate it to optimize images and improve site performance.', 'elementor' ); | |
| 1137 | + $description = esc_html__( 'Image Optimizer is installed and included in your ONE subscription. Activate it to optimize images and improve site performance.', 'elementor' ); | |
| 1138 | 1138 | $button_text = esc_html__( 'Activate now', 'elementor' ); |
| 1139 | 1139 | $button_url = Hints::get_plugin_activate_url( $plugin_slug ); |
| 1140 | 1140 | } |
| 1141 | 1141 | } else { |
| 1142 | - $description = esc_html__( 'Optimize your images to enhance site performance by using Image Optimization.', 'elementor' ); | |
| 1142 | + $description = esc_html__( 'Optimize your images to enhance site performance by using Image Optimizer.', 'elementor' ); | |
| 1143 | 1143 | if ( ! $is_installed ) { |
| 1144 | 1144 | $button_text = esc_html__( 'Install now', 'elementor' ); |
| 1145 | 1145 | $button_url = Hints::get_plugin_install_url( $plugin_slug ); |
| 1146 | 1146 | } elseif ( ! $is_active ) { |
| @@ -1150,9 +1150,9 @@ | ||
| 1150 | 1150 | } |
| 1151 | 1151 | |
| 1152 | 1152 | $dismissible = 'image_optimizer_hint'; |
| 1153 | 1153 | |
| 1154 | - $title = esc_html__( 'Speed up your website with Image Optimization', 'elementor' ); | |
| 1154 | + $title = esc_html__( 'Speed up your website with Image Optimizer', 'elementor' ); | |
| 1155 | 1155 | $content = sprintf( |
| 1156 | 1156 | "<strong>%1\$s</strong><br>%2\$s <a class='e-btn-1' href='%3\$s' target='_blank'>%4\$s</a>!", |
| 1157 | 1157 | $title, |
| 1158 | 1158 | $description, |