FormFieldSuggestion: fix wording
This commit is contained in:
parent
89fa677941
commit
3199eb627b
|
@ -83,7 +83,7 @@ class FormFieldSuggestion
|
|||
}
|
||||
|
||||
if (! empty($this->booleans)) {
|
||||
$fields[$this->translate('Flags (boolean) arguments')] = $this->booleans;
|
||||
$fields[$this->translate('Toggles (boolean arguments)')] = $this->booleans;
|
||||
}
|
||||
|
||||
if (! empty($this->existingFields)) {
|
||||
|
|
Loading…
Reference in New Issue