PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.1.3
ShopBuilder – WooCommerce Builder For Elementor v2.1.3
3.4.2 3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 All 63 releases
← All changes | app/Elementor/Widgets/Controls/ModuleBtnControls.php +3 -3 2.1.112.1.3 View file →
@@ -262,9 +262,9 @@
262 262 $fields = [];
263 263 if ( Fns::is_module_active( 'wishlist' ) ) {
264 264 $fields['wishlist_button'] = [
265 265 'type' => 'switch',
266 - 'label' => esc_html__( 'Show Wishlist Button?', 'shopbuilder' ),
266 + 'label' => esc_html__( 'Show Product Wishlist?', 'shopbuilder' ),
267 267 'description' => esc_html__( 'Switch on to show product wishlist.', 'shopbuilder' ),
268 268 'default' => 'yes',
269 269 ];
270 270 }
@@ -270,9 +270,9 @@
270 270 }
271 271 if ( Fns::is_module_active( 'compare' ) ) {
272 272 $fields['comparison_button'] = [
273 273 'type' => 'switch',
274 - 'label' => esc_html__( 'Show Compare Button?', 'shopbuilder' ),
274 + 'label' => esc_html__( 'Show Product Comparison?', 'shopbuilder' ),
275 275 'description' => esc_html__( 'Switch on to show product comparison.', 'shopbuilder' ),
276 276 'default' => 'yes',
277 277 ];
278 278 }
@@ -278,9 +278,9 @@
278 278 }
279 279 if ( Fns::is_module_active( 'quick_view' ) ) {
280 280 $fields['quick_view_button'] = [
281 281 'type' => 'switch',
282 - 'label' => esc_html__( 'Show Quick View Button?', 'shopbuilder' ),
282 + 'label' => esc_html__( 'Show Product Quick View?', 'shopbuilder' ),
283 283 'description' => esc_html__( 'Switch on to show product quick view.', 'shopbuilder' ),
284 284 'default' => 'yes',
285 285 ];
286 286 }