| @@ -61,21 +61,21 @@ | ||
| 61 | 61 | 'text_align', |
| 62 | 62 | 'font_size', |
| 63 | 63 | 'line_height', |
| 64 | 64 | 'color', |
| 65 | - 'tag_description' => esc_html__( 'Select element tag.', 'js_composer' ), | |
| 66 | - 'text_align_description' => esc_html__( 'Select text alignment.', 'js_composer' ), | |
| 67 | - 'font_size_description' => esc_html__( 'Enter font size.', 'js_composer' ), | |
| 68 | - 'line_height_description' => esc_html__( 'Enter line height.', 'js_composer' ), | |
| 69 | - 'color_description' => esc_html__( 'Select heading color.', 'js_composer' ), | |
| 65 | + 'tag_description' => esc_html__( 'Select element tag.', 'propertyhive' ), | |
| 66 | + 'text_align_description' => esc_html__( 'Select text alignment.', 'propertyhive' ), | |
| 67 | + 'font_size_description' => esc_html__( 'Enter font size.', 'propertyhive' ), | |
| 68 | + 'line_height_description' => esc_html__( 'Enter line height.', 'propertyhive' ), | |
| 69 | + 'color_description' => esc_html__( 'Select heading color.', 'propertyhive' ), | |
| 70 | 70 | ), |
| 71 | 71 | ), |
| 72 | 72 | ), |
| 73 | 73 | array( |
| 74 | 74 | 'type' => 'css_editor', |
| 75 | - 'heading' => __( 'CSS box', 'js_composer' ), | |
| 75 | + 'heading' => __( 'CSS box', 'propertyhive' ), | |
| 76 | 76 | 'param_name' => 'css', |
| 77 | - 'group' => __( 'Design Options', 'js_composer' ), | |
| 77 | + 'group' => __( 'Design Options', 'propertyhive' ), | |
| 78 | 78 | ), |
| 79 | 79 | ) |
| 80 | 80 | )); |
| 81 | 81 | } |