fix(i18n): clarify wrong password

This commit is contained in:
Pig Fang 2018-01-04 22:07:16 +08:00
parent 6f516cc2eb
commit 74f17494a4
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ validation:
email: Email format is invalid.
captcha: Wrong CAPTCHA.
user: Unexistent user.
password: Wrong email or password.
password: Wrong password.
logout:
success: Logged out successfully~

View File

@ -64,7 +64,7 @@ validation:
email: 邮箱格式错误
captcha: 验证码填写错误
user: 用户不存在哦
password: 邮箱或密码不对哦~
password: 密码不对哦~
logout:
success: 登出成功~