mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
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…
x
Reference in New Issue
Block a user