| @@ -348,20 +348,20 @@ | ||
| 348 | 348 | } |
| 349 | 349 | |
| 350 | 350 | if ( $one_subscription ) { |
| 351 | 351 | if ( ! $is_installed ) { |
| 352 | - $content = esc_html__( 'Optimize your images to improve site speed and performance. Image Optimization is included in your ONE subscription.', 'elementor' ); | |
| 352 | + $content = esc_html__( 'Optimize your images to improve site speed and performance. Image Optimizer is included in your ONE subscription.', 'elementor' ); | |
| 353 | 353 | $button_text = esc_html__( 'Install now', 'elementor' ); |
| 354 | 354 | $button_url = Hints::get_plugin_install_url( $plugin_slug ); |
| 355 | 355 | $source = 'io-editor-image-one-install'; |
| 356 | 356 | } elseif ( ! $is_active ) { |
| 357 | - $content = esc_html__( 'Your ONE subscription includes Image Optimization. Activate it to optimize images and improve site performance.', 'elementor' ); | |
| 357 | + $content = esc_html__( 'Your ONE subscription includes Image Optimizer. Activate it to optimize images and improve site performance.', 'elementor' ); | |
| 358 | 358 | $button_text = esc_html__( 'Activate now', 'elementor' ); |
| 359 | 359 | $button_url = Hints::get_plugin_activate_url( $plugin_slug ); |
| 360 | 360 | $source = 'io-editor-image-one-activate'; |
| 361 | 361 | } |
| 362 | 362 | } else { |
| 363 | - $content = esc_html__( 'Optimize your images to enhance site performance by using Image Optimization.', 'elementor' ); | |
| 363 | + $content = esc_html__( 'Optimize your images to enhance site performance by using Image Optimizer.', 'elementor' ); | |
| 364 | 364 | if ( ! $is_installed ) { |
| 365 | 365 | $button_text = esc_html__( 'Install now', 'elementor' ); |
| 366 | 366 | $button_url = Hints::get_plugin_install_url( $plugin_slug ); |
| 367 | 367 | $source = 'io-editor-image-install'; |