mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2024-12-22 19:01:25 +00:00
Fix password length error
This commit is contained in:
parent
74df44aedf
commit
c33774d1ce
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@
|
|||
"password": "Password",
|
||||
"change_password": "Change Password",
|
||||
"password_changed": "Password Changed.",
|
||||
"invalid_password": "Invalid password. Password must be <= 60 characters.",
|
||||
"invalid_password": "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