Issue #1877122 by Bojhan: Remove useless text 'Enable to create a label for this field'.
parent
9e7dee4fa4
commit
3ff387b4cc
|
@ -495,7 +495,6 @@ abstract class FieldPluginBase extends HandlerBase {
|
||||||
$form['custom_label'] = array(
|
$form['custom_label'] = array(
|
||||||
'#type' => 'checkbox',
|
'#type' => 'checkbox',
|
||||||
'#title' => t('Create a label'),
|
'#title' => t('Create a label'),
|
||||||
'#description' => t('Enable to create a label for this field.'),
|
|
||||||
'#default_value' => $label !== '',
|
'#default_value' => $label !== '',
|
||||||
'#weight' => -103,
|
'#weight' => -103,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue