| @@ -154,20 +154,20 @@ | ||
| 154 | 154 | } |
| 155 | 155 | |
| 156 | 156 | if ( $one_subscription ) { |
| 157 | 157 | if ( ! $is_installed ) { |
| 158 | - $content = esc_html__( 'Optimize your images to improve site speed and performance. Image Optimization is included in your ONE subscription.', 'elementor' ); | |
| 158 | + $content = esc_html__( 'Optimize your images to improve site speed and performance. Image Optimizer is included in your ONE subscription.', 'elementor' ); | |
| 159 | 159 | $button_text = esc_html__( 'Install now', 'elementor' ); |
| 160 | 160 | $button_url = Hints::get_plugin_install_url( $plugin_slug ); |
| 161 | 161 | $source = 'io-editor-gallery-one-install'; |
| 162 | 162 | } elseif ( ! $is_active ) { |
| 163 | - $content = esc_html__( 'Image Optimization is installed and included in your ONE subscription. Activate it to optimize images and improve site performance.', 'elementor' ); | |
| 163 | + $content = esc_html__( 'Image Optimizer is installed and included in your ONE subscription. Activate it to optimize images and improve site performance.', 'elementor' ); | |
| 164 | 164 | $button_text = esc_html__( 'Activate now', 'elementor' ); |
| 165 | 165 | $button_url = Hints::get_plugin_activate_url( $plugin_slug ); |
| 166 | 166 | $source = 'io-editor-gallery-one-activate'; |
| 167 | 167 | } |
| 168 | 168 | } else { |
| 169 | - $content = esc_html__( 'Optimize your images to enhance site performance by using Image Optimization.', 'elementor' ); | |
| 169 | + $content = esc_html__( 'Optimize your images to enhance site performance by using Image Optimizer.', 'elementor' ); | |
| 170 | 170 | if ( ! $is_installed ) { |
| 171 | 171 | $button_text = esc_html__( 'Install now', 'elementor' ); |
| 172 | 172 | $button_url = Hints::get_plugin_install_url( $plugin_slug ); |
| 173 | 173 | $source = 'io-editor-gallery-install'; |