mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2024-12-22 10:51:23 +00:00
Merge pull request #115 from LemmyNet/shorten-invalid-password
Make invalid password message less redundant
This commit is contained in:
commit
6c03b403c7
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@
|
|||
"password": "Password",
|
||||
"change_password": "Change Password",
|
||||
"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",
|
||||
"old_password": "Old Password",
|
||||
"forgot_password": "forgot password",
|
||||
|
|
Loading…
Reference in a new issue