| @@ -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 Optimizer is installed and included in your ONE subscription. Activate it to optimize images and improve site performance.', 'elementor' ); | |
| 1137 | + $description = esc_html__( 'Image Optimization 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 Optimizer.', 'elementor' ); | |
| 1142 | + $description = esc_html__( 'Optimize your images to enhance site performance by using Image Optimization.', '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 Optimizer', 'elementor' ); | |
| 1154 | + $title = esc_html__( 'Speed up your website with Image Optimization', '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, |