FormFieldSuggestion: fix wording

This commit is contained in:
Thomas Gelf 2023-09-21 09:36:33 +02:00
parent 89fa677941
commit 3199eb627b
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {