Skip to content
Snippets Groups Projects
Verified Commit 9d489062 authored by Jibran Ijaz's avatar Jibran Ijaz
Browse files

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

parent 75c93711
No related branches found
No related tags found
No related merge requests found
......@@ -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' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment