Merge pull request #4275 from jontey/patch-1

Fix typos
This commit is contained in:
Alexandre BODIN 2019-10-18 12:12:07 +02:00 committed by GitHub
commit 47abc07efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,7 +210,7 @@ module.exports = {
null, null,
formatError({ formatError({
id: 'Auth.form.error.email.taken', id: 'Auth.form.error.email.taken',
message: 'Eamil already taken', message: 'Email already taken',
field: ['email'], field: ['email'],
}) })
); );