PluginProbe
Property Hive / 2.3.1
Property Hive v2.3.1
2.3.1 2.3.0 2.2.6 2.2.5 2.2.4 2.2.3 2.2.2 1.4.46 1.4.47 1.4.48 1.4.49 1.4.5 1.4.50 1.4.51 1.4.52 1.4.53 1.4.54 1.4.55 1.4.56 1.4.57 1.4.58 1.4.59 1.4.6 1.4.60 1.4.61 All 261 releases
← All changes | includes/salient-widgets/property-address-postcode.php +7 -7 2.2.42.3.1 View file →
@@ -50,21 +50,21 @@
50 50 'text_align',
51 51 'font_size',
52 52 'line_height',
53 53 'color',
54 - 'tag_description' => esc_html__( 'Select element tag.', 'js_composer' ),
55 - 'text_align_description' => esc_html__( 'Select text alignment.', 'js_composer' ),
56 - 'font_size_description' => esc_html__( 'Enter font size.', 'js_composer' ),
57 - 'line_height_description' => esc_html__( 'Enter line height.', 'js_composer' ),
58 - 'color_description' => esc_html__( 'Select heading color.', 'js_composer' ),
54 + 'tag_description' => esc_html__( 'Select element tag.', 'propertyhive' ),
55 + 'text_align_description' => esc_html__( 'Select text alignment.', 'propertyhive' ),
56 + 'font_size_description' => esc_html__( 'Enter font size.', 'propertyhive' ),
57 + 'line_height_description' => esc_html__( 'Enter line height.', 'propertyhive' ),
58 + 'color_description' => esc_html__( 'Select heading color.', 'propertyhive' ),
59 59 ),
60 60 ),
61 61 ),
62 62 array(
63 63 'type' => 'css_editor',
64 - 'heading' => __( 'CSS box', 'js_composer' ),
64 + 'heading' => __( 'CSS box', 'propertyhive' ),
65 65 'param_name' => 'css',
66 - 'group' => __( 'Design Options', 'js_composer' ),
66 + 'group' => __( 'Design Options', 'propertyhive' ),
67 67 ),
68 68 )
69 69 ));
70 70 }