mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2024-12-22 19:01:25 +00:00
Make invalid password message less redundant
This commit is contained in:
parent
91563f2222
commit
43a7d19adf
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
"change_password": "Change Password",
|
"change_password": "Change Password",
|
||||||
"password_changed": "Password Changed.",
|
"password_changed": "Password Changed.",
|
||||||
"invalid_password": "Invalid password. Password length must be between 10 and 60 characters.",
|
"invalid_password": "Password length must be between 10 and 60 characters.",
|
||||||
"verify_password": "Verify Password",
|
"verify_password": "Verify Password",
|
||||||
"old_password": "Old Password",
|
"old_password": "Old Password",
|
||||||
"forgot_password": "forgot password",
|
"forgot_password": "forgot password",
|
||||||
|
|
Loading…
Reference in a new issue