mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03: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
3ec5a5e978
@ -5,7 +5,7 @@ var ForgotValidator = Ember.Object.create({
|
||||
|
||||
if (!validator.isEmail(data.email)) {
|
||||
validationErrors.push({
|
||||
message: 'Invalid Email'
|
||||
message: 'Invalid email address'
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user