Update localization text across multiple files

Removed obsolete localization fields and updated layout descriptions in account.json, corrected a spelling mistake in common.json, and increased the minimum required password length hint in auth.json. The changes reflect current features and improve user readability.
This commit is contained in:
giancarlo
2024-04-22 20:46:42 +08:00
parent 8e1d7ad1f5
commit b96d4cf855
3 changed files with 2 additions and 33 deletions

View File

@@ -8,7 +8,6 @@
"signOut": "Sign out",
"signingIn": "Signing in...",
"signingUp": "Signing up...",
"orContinueWithEmail": "or continue with email",
"doNotHaveAccountYet": "Do not have an account yet?",
"alreadyHaveAnAccount": "Already have an account?",
"signUpToAcceptInvite": "Please sign in/up to accept the invite",
@@ -24,7 +23,7 @@
"signInWithPhoneNumber": "Sign in with Phone Number",
"signInWithEmail": "Sign in with Email",
"signUpWithEmail": "Sign up with Email",
"passwordHint": "Ensure it's at least 6 characters",
"passwordHint": "Ensure it's at least 8 characters",
"repeatPasswordHint": "Type your password again",
"repeatPassword": "Repeat password",
"passwordsDoNotMatch": "The passwords do not match",