Skip to content

Commit

Permalink
updated error message for invalid email
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjonas committed Mar 5, 2018
1 parent 9b61fff commit 0889c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Elements/Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected function setDefaults()
{
parent::setDefaults();

$this->defaults['errorMessage'] = _('Please enter a valid e-mail address');
$this->defaults['errorMessage'] = _('Please enter a valid email address');

// @todo add option to test mail domain name (dns)
}
Expand Down

0 comments on commit 0889c33

Please sign in to comment.