mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
PropertyModifierRejectOrSelect: fix typo
This commit is contained in:
parent
8929b41df0
commit
2cf3151fdd
@ -52,7 +52,7 @@ class PropertyModifierRejectOrSelect extends PropertyModifierHook
|
|||||||
'label' => $form->translate('Policy'),
|
'label' => $form->translate('Policy'),
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'description' => $form->translate(
|
'description' => $form->translate(
|
||||||
'What should happen with the row, when this property matches the five expression?'
|
'What should happen with the row, when this property matches the given expression?'
|
||||||
),
|
),
|
||||||
'value' => 'reject',
|
'value' => 'reject',
|
||||||
'multiOptions' => [
|
'multiOptions' => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user