summary refs log tree commit diff
path: root/assets/locales/ur/auth.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-06-11 22:27:33 +1000
committerGitHub <noreply@github.com>2023-06-11 22:27:33 +1000
commiteb8a2513cf9ed7cbbdd8e2c166b2c2b3f04b7fe9 (patch)
tree8b13c6c298e3aecf2d4964a618b361bbafe53810 /assets/locales/ur/auth.json
parentMerge pull request #1068 from V3L0C1T13S/feat/gen_memberlist_id (diff)
parentmade it prettier (diff)
downloadserver-eb8a2513cf9ed7cbbdd8e2c166b2c2b3f04b7fe9.tar.xz
Merge pull request #1069 from ngn13/pass_length_check
Implemented password length check
Diffstat (limited to 'assets/locales/ur/auth.json')
-rw-r--r--assets/locales/ur/auth.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/locales/ur/auth.json b/assets/locales/ur/auth.json
index e19547a0..1dac2474 100644
--- a/assets/locales/ur/auth.json
+++ b/assets/locales/ur/auth.json
@@ -10,7 +10,8 @@
 		"EMAIL_INVALID": "Invalid Email",
 		"EMAIL_ALREADY_REGISTERED": "Email is already registered",
 		"DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older",
-		"CONSENT_REQUIRED": "You must agree to the Terms of Service and Privacy Policy.",
+                "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"
 	}
 }