← All changes
|
includes/salient-widgets/property-summary-description.php
+7
-7
2.2.5
→
2.4.0
View file →
| @@ -58,21 +58,21 @@ | ||
| 58 | 58 | 'text_align', |
| 59 | 59 | 'font_size', |
| 60 | 60 | 'line_height', |
| 61 | 61 | 'color', |
| 62 | - 'tag_description' => esc_html__( 'Select element tag.', 'js_composer' ), | |
| 63 | - 'text_align_description' => esc_html__( 'Select text alignment.', 'js_composer' ), | |
| 64 | - 'font_size_description' => esc_html__( 'Enter font size.', 'js_composer' ), | |
| 65 | - 'line_height_description' => esc_html__( 'Enter line height.', 'js_composer' ), | |
| 66 | - 'color_description' => esc_html__( 'Select heading color.', 'js_composer' ), | |
| 62 | + 'tag_description' => esc_html__( 'Select element tag.', 'propertyhive' ), | |
| 63 | + 'text_align_description' => esc_html__( 'Select text alignment.', 'propertyhive' ), | |
| 64 | + 'font_size_description' => esc_html__( 'Enter font size.', 'propertyhive' ), | |
| 65 | + 'line_height_description' => esc_html__( 'Enter line height.', 'propertyhive' ), | |
| 66 | + 'color_description' => esc_html__( 'Select heading color.', 'propertyhive' ), | |
| 67 | 67 | ), |
| 68 | 68 | ), |
| 69 | 69 | ), |
| 70 | 70 | array( |
| 71 | 71 | 'type' => 'css_editor', |
| 72 | - 'heading' => __( 'CSS box', 'js_composer' ), | |
| 72 | + 'heading' => __( 'CSS box', 'propertyhive' ), | |
| 73 | 73 | 'param_name' => 'css', |
| 74 | - 'group' => __( 'Design Options', 'js_composer' ), | |
| 74 | + 'group' => __( 'Design Options', 'propertyhive' ), | |
| 75 | 75 | ), |
| 76 | 76 | ) |
| 77 | 77 | )); |
| 78 | 78 | } |