← All changes
|
app/Modules/Templating/Bricks/Elements/ProductTitle.php
+2
-2
1.4.2
→
1.6.5
View file →
| @@ -7,13 +7,13 @@ | ||
| 7 | 7 | |
| 8 | 8 | class ProductTitle extends Element { |
| 9 | 9 | public $category = 'fluent-cart'; |
| 10 | 10 | public $name = 'fct-product-title'; |
| 11 | - public $icon = 'ti-text'; | |
| 11 | + public $icon = 'ti-text fluent-cart-element-icon'; | |
| 12 | 12 | public $tag = 'h1'; |
| 13 | 13 | |
| 14 | 14 | public function get_label() { |
| 15 | - return esc_html__( 'Product Title (FluentCart)', 'fluent-cart' ); | |
| 15 | + return esc_html__( 'Product Title', 'fluent-cart' ); | |
| 16 | 16 | } |
| 17 | 17 | |
| 18 | 18 | public function set_controls() { |
| 19 | 19 | $this->controls['tag'] = [ |