PluginProbe
Elementor Website Builder – more than just a page builder / 4.2.4
Elementor Website Builder – more than just a page builder v4.2.4
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 | core/admin/admin.php +3 -3 4.1.54.2.4 View file →
@@ -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,