Skip to content
Snippets Groups Projects
Commit 995215ca authored by Christopher Lewis's avatar Christopher Lewis Committed by Sean Blommaert
Browse files

Issue #3264780 by mrshowerman, seanB: Wording optimization in select widget

parent 96dbfa3c
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ class ViewsReferenceSelectWidget extends OptionsSelectWidget {
$selected_views = array_diff($selected_views, ['0']);
$selected_views = $this->getViewNames($selected_views);
if (count($selected_views) >= 1) {
$first_option = ['_none' => $this->t('- None -')];
$first_option = ['_none' => $this->t('- Select a value -')];
$select_element['target_id']['#options'] = array_merge($first_option, $selected_views);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment