diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php b/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php index 33b9ba6a394..a8cd71c0b66 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php @@ -495,7 +495,6 @@ abstract class FieldPluginBase extends HandlerBase { $form['custom_label'] = array( '#type' => 'checkbox', '#title' => t('Create a label'), - '#description' => t('Enable to create a label for this field.'), '#default_value' => $label !== '', '#weight' => -103, );