PluginProbe
Elementor Website Builder – more than just a page builder / 3.35.7
Elementor Website Builder – more than just a page builder v3.35.7
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | includes/controls/media.php +3 -3 4.2.43.35.7 View file →
@@ -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';