We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04095a6 commit 32ca852Copy full SHA for 32ca852
1 file changed
Fieldtypes/TextOnly.php
@@ -32,7 +32,7 @@ public function get_name() {
32
33
protected function get_text_inputs() {
34
return array(
35
- "cf_edit_label" => __('Text (HTML is supported)', 'cforms2'),
+ "cf_edit_label" => __('Text', 'cforms2'),
36
"cf_edit_css" => __('CSS (assigns class to this form element)', 'cforms2'),
37
"cf_edit_style" => sprintf(__('Inline style (e.g. %s)', 'cforms2'), '<strong>color:red; font-size:11px;</strong>')
38
);
0 commit comments