Fix password length error

This commit is contained in:
Nutomic 2022-11-02 10:51:44 +00:00 committed by GitHub
parent 74df44aedf
commit c33774d1ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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