Skip to content

Commit 32ca852

Browse files
cbacchinibgermann
authored andcommitted
Fix label for textonly fields
Remove "HTML is supported"
1 parent 04095a6 commit 32ca852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Fieldtypes/TextOnly.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function get_name() {
3232

3333
protected function get_text_inputs() {
3434
return array(
35-
"cf_edit_label" => __('Text (HTML is supported)', 'cforms2'),
35+
"cf_edit_label" => __('Text', 'cforms2'),
3636
"cf_edit_css" => __('CSS (assigns class to this form element)', 'cforms2'),
3737
"cf_edit_style" => sprintf(__('Inline style (e.g. %s)', 'cforms2'), '<strong>color:red; font-size:11px;</strong>')
3838
);

0 commit comments

Comments
 (0)