mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
Add incorrect password string to en-us i18n
This commit is contained in:
parent
8ff55deb54
commit
8172e7e3cc
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ import { addStrings } from 'meteor/vulcan:core';
|
|||
|
||||
addStrings('en', {
|
||||
|
||||
"accounts.error_incorrect_password": "Incorrect password",
|
||||
"accounts.error_email_required": "Email required",
|
||||
"accounts.error_email_already_exists": "Email already exists",
|
||||
"accounts.error_invalid_email": "Invalid email",
|
||||
|
|
Loading…
Add table
Reference in a new issue