mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Update UserDefinedForm_EmailRecipient.php
This commit is contained in:
parent
2eb7710a19
commit
b0d73bf008
@ -253,8 +253,8 @@ class UserDefinedForm_EmailRecipient extends DataObject {
|
|||||||
'CustomRulesCondition',
|
'CustomRulesCondition',
|
||||||
_t('UserDefinedForm.SENDIF', 'Send condition'),
|
_t('UserDefinedForm.SENDIF', 'Send condition'),
|
||||||
array(
|
array(
|
||||||
'Or' => 'Any conditions are true',
|
'Or' => _t('UserDefinedForm.SENDIFOR', 'Any conditions are true'),
|
||||||
'And' => 'All conditions are true'
|
'And' => _t('UserDefinedForm.SENDIFAND', 'All conditions are true')
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
$grid
|
$grid
|
||||||
|
Loading…
Reference in New Issue
Block a user