Verified Commit 41c579c8 authored by Jibran Ijaz's avatar Jibran Ijaz
Browse files

Issue #3222612 by Sutharsan, jibran: Avoid jargon in editor interface

parent 31355cb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ class DynamicEntityReferenceWidget extends EntityReferenceAutocompleteWidget {
      $target_type_element = [
        '#type' => 'select',
        '#options' => array_intersect_key($labels, array_combine($available, $available)),
        '#title' => $this->t('Entity type'),
        '#title' => $this->t('Type'),
        '#default_value' => $target_type,
        '#weight' => -50,
        '#attributes' => [