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