diff --git a/src/Plugin/Field/FieldWidget/EntityReferenceBrowserWidget.php b/src/Plugin/Field/FieldWidget/EntityReferenceBrowserWidget.php index 66bbf74..10c25b3 100644 --- a/src/Plugin/Field/FieldWidget/EntityReferenceBrowserWidget.php +++ b/src/Plugin/Field/FieldWidget/EntityReferenceBrowserWidget.php @@ -204,7 +204,7 @@ class EntityReferenceBrowserWidget extends WidgetBase implements ContainerFactor $element['field_widget_replace'] = [ '#title' => $this->t('Display Replace button'), - '#description' => $this->t('Note that the Replace button will only be displayed if there is a single entity in the current selection.'), + '#description' => $this->t('This button will only be displayed if there is a single entity in the current selection.'), '#type' => 'checkbox', '#default_value' => $this->getSetting('field_widget_replace'), ];