Merge pull request #115 from LemmyNet/shorten-invalid-password

Make invalid password message less redundant
This commit is contained in:
SleeplessOne1917 2024-02-16 18:35:24 +00:00 committed by GitHub
commit 6c03b403c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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",