PropertyModifierRejectOrSelect: fix typo

This commit is contained in:
Thomas Gelf 2018-08-13 08:17:15 +02:00
parent 8929b41df0
commit 2cf3151fdd

View File

@ -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' => [