diff options
author | ngn <ngn13proton@proton.me> | 2023-06-10 22:17:50 +0300 |
---|---|---|
committer | ngn <ngn13proton@proton.me> | 2023-06-10 22:17:50 +0300 |
commit | 3dcabc57f659ea9e664711a5069e0fa908a04676 (patch) | |
tree | 71f33f6c766c06ed3c28209a6fa6dd6d0c23fb96 /assets/locales | |
parent | making min password length configurable (diff) | |
download | server-3dcabc57f659ea9e664711a5069e0fa908a04676.tar.xz |
Making the error message dynamic
Diffstat (limited to 'assets/locales')
-rw-r--r-- | assets/locales/ur/auth.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/locales/ur/auth.json b/assets/locales/ur/auth.json index ed7dc26d..1dac2474 100644 --- a/assets/locales/ur/auth.json +++ b/assets/locales/ur/auth.json @@ -10,7 +10,7 @@ "EMAIL_INVALID": "Invalid Email", "EMAIL_ALREADY_REGISTERED": "Email is already registered", "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", - "PASSWORD_REQUIREMENTS_MIN_LENGTH": "Must be at least 8 characters long.", + "PASSWORD_REQUIREMENTS_MIN_LENGTH": "Must be at least {{min}} characters long.", "CONSENT_REQUIRED": "You must agree to the Terms of Service and Privacy Policy.", "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" } |