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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user