| @@ -37,9 +37,9 @@ | ||
| 37 | 37 | 'class' => array( 'et-pb-font-icon' ), |
| 38 | 38 | 'toggle_slug' => 'icon', |
| 39 | 39 | ), |
| 40 | 40 | 'icon_width' => array( |
| 41 | - 'label' => esc_html__( 'Icon Size', 'et_builder' ), | |
| 41 | + 'label' => esc_html__( 'Icon Size', 'propertyhive' ), | |
| 42 | 42 | 'default' => '24px', |
| 43 | 43 | 'range_settings' => array( |
| 44 | 44 | 'min' => '1', |
| 45 | 45 | 'max' => '200', |
| @@ -45,9 +45,9 @@ | ||
| 45 | 45 | 'max' => '200', |
| 46 | 46 | 'step' => '1', |
| 47 | 47 | ), |
| 48 | 48 | 'toggle_slug' => 'icon_settings', |
| 49 | - 'description' => esc_html__( 'Here you can choose icon width.', 'et_builder' ), | |
| 49 | + 'description' => esc_html__( 'Here you can choose icon width.', 'propertyhive' ), | |
| 50 | 50 | 'type' => 'range', |
| 51 | 51 | 'option_category' => 'layout', |
| 52 | 52 | 'tab_slug' => 'advanced', |
| 53 | 53 | 'mobile_options' => true, |
| @@ -59,11 +59,11 @@ | ||
| 59 | 59 | 'hover' => 'tabs', |
| 60 | 60 | ), |
| 61 | 61 | 'icon_color' => array( |
| 62 | 62 | 'default' => et_builder_accent_color(), |
| 63 | - 'label' => esc_html__( 'Icon Colour', 'et_builder' ), | |
| 63 | + 'label' => esc_html__( 'Icon Colour', 'propertyhive' ), | |
| 64 | 64 | 'type' => 'color-alpha', |
| 65 | - 'description' => esc_html__( 'Here you can define a custom color for your icon.', 'et_builder' ), | |
| 65 | + 'description' => esc_html__( 'Here you can define a custom color for your icon.', 'propertyhive' ), | |
| 66 | 66 | 'tab_slug' => 'advanced', |
| 67 | 67 | 'toggle_slug' => 'icon_settings', |
| 68 | 68 | 'hover' => 'tabs', |
| 69 | 69 | 'mobile_options' => true, |