Skip to content
Snippets Groups Projects

Issue #3267771: Rename "Flag Type" on flag creation

Open Joshua Sedler requested to merge issue/flag-3267771:3267771-rename-flag-type into 8.x-4.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -73,7 +73,7 @@ class FlagAddPageForm extends FormBase {
$form['flag_entity_type'] = [
'#type' => 'radios',
'#title' => $this->t('Flag Type'),
'#title' => $this->t('Type to flag'),
'#required' => TRUE,
'#description' => $this->t('Type of item to reference. This cannot be changed once the flag is created.'),
'#default_value' => 'entity:node',
Loading