mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #3467 from rwjblue/update-validation-to-match-server-error
Update validation to match server error.
This commit is contained in:
commit
7bf9d021de
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ var ForgotValidator = Ember.Object.create({
|
|||
|
||||
if (!validator.isEmail(data.email)) {
|
||||
validationErrors.push({
|
||||
message: 'Invalid Email'
|
||||
message: 'Invalid email address'
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue