diff --git a/code/UserForm.php b/code/UserForm.php index fce2c8a..d0ef817 100644 --- a/code/UserForm.php +++ b/code/UserForm.php @@ -325,7 +325,7 @@ SQL; if ($this->EmailRecipients()->Count() == 0 && static::config()->recipients_warning_enabled) { $fields->addFieldToTab('Root.Main', LiteralField::create( 'EmailRecipientsWarning', - '

' . _t( + '

' . _t( __CLASS__.'.NORECIPIENTS', 'Warning: You have not configured any recipients. Form submissions may be missed.' )