PluginProbe
Elementor Website Builder – more than just a page builder / 3.35.0-dev2
Elementor Website Builder – more than just a page builder v3.35.0-dev2
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/gallery.php +3 -3 4.2.23.35.0-dev2 View file →
@@ -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';