← All changes
|
app/Elementor/Widgets/Controls/ModuleBtnControls.php
+3
-3
3.4.0
→
3.2.5
View file →
| @@ -263,9 +263,9 @@ | ||
| 263 | 263 | if ( Fns::is_module_active( 'wishlist' ) ) { |
| 264 | 264 | $fields['wishlist_button'] = [ |
| 265 | 265 | 'type' => 'switch', |
| 266 | 266 | 'label' => esc_html__( 'Show Wishlist Button?', 'shopbuilder' ), |
| 267 | - 'description' => esc_html__( 'Switch on to show product wishlist. Ensure "Showcase Button Position" under Wishlist module\'s "Product Showcase Settings" is not set to "Custom Position".', 'shopbuilder' ), | |
| 267 | + 'description' => esc_html__( 'Switch on to show product wishlist.', 'shopbuilder' ), | |
| 268 | 268 | 'default' => 'yes', |
| 269 | 269 | ]; |
| 270 | 270 | } |
| 271 | 271 | if ( Fns::is_module_active( 'compare' ) ) { |
| @@ -271,9 +271,9 @@ | ||
| 271 | 271 | if ( Fns::is_module_active( 'compare' ) ) { |
| 272 | 272 | $fields['comparison_button'] = [ |
| 273 | 273 | 'type' => 'switch', |
| 274 | 274 | 'label' => esc_html__( 'Show Compare Button?', 'shopbuilder' ), |
| 275 | - 'description' => esc_html__( 'Switch on to show product comparison. Ensure "Showcase Button Position" under Compare module\'s "Product Showcase Settings" is not set to "Custom Position".', 'shopbuilder' ), | |
| 275 | + 'description' => esc_html__( 'Switch on to show product comparison.', 'shopbuilder' ), | |
| 276 | 276 | 'default' => 'yes', |
| 277 | 277 | ]; |
| 278 | 278 | } |
| 279 | 279 | if ( Fns::is_module_active( 'quick_view' ) ) { |
| @@ -279,9 +279,9 @@ | ||
| 279 | 279 | if ( Fns::is_module_active( 'quick_view' ) ) { |
| 280 | 280 | $fields['quick_view_button'] = [ |
| 281 | 281 | 'type' => 'switch', |
| 282 | 282 | 'label' => esc_html__( 'Show Quick View Button?', 'shopbuilder' ), |
| 283 | - 'description' => esc_html__( 'Switch on to show product quick view. Ensure "Showcase Button Position" under Quick View module\'s "Product Showcase Settings" is not set to "Custom Position".', 'shopbuilder' ), | |
| 283 | + 'description' => esc_html__( 'Switch on to show product quick view.', 'shopbuilder' ), | |
| 284 | 284 | 'default' => 'yes', |
| 285 | 285 | ]; |
| 286 | 286 | } |
| 287 | 287 | |