diff --git a/apps/web/public/locales/en/account.json b/apps/web/public/locales/en/account.json index 0ae4babbe..917b551ff 100644 --- a/apps/web/public/locales/en/account.json +++ b/apps/web/public/locales/en/account.json @@ -1,14 +1,9 @@ { "accountTabLabel": "Account Settings", "accountTabDescription": "Manage your account settings", - "emailTab": "Email", - "emailTabTabSubheading": "Update your email address", - "passwordTab": "Password", - "passwordTabSubheading": "Update your password", "homePage": "Home", "billingTab": "Billing", "settingsTab": "Settings", - "authenticationTab": "Authentication", "multiFactorAuth": "Multi-Factor Authentication", "multiFactorAuthDescription": "Set up Multi-Factor Authentication method to further secure your account", "updateProfileSuccess": "Profile successfully updated", @@ -47,22 +42,7 @@ "emailNotMatching": "Emails do not match. Make sure you're using the correct email", "passwordNotChanged": "Your password has not changed", "emailsNotMatching": "Emails do not match. Make sure you're using the correct email", - "updatingSameEmail": "The email chosen is the same as your current one", - "cannotUpdateEmail": "You cannot update your email because your account is not linked to any.", "cannotUpdatePassword": "You cannot update your password because your account is not linked to any.", - "unlinkActionLabel": "Unlink", - "unlinkAccountModalHeading": "Unlink Account", - "confirmUnlink": "You're about to unlink this account.", - "confirmUnlinkSubmitLabel": "Yep, Unlink Account", - "unlinkActionSuccess": "Account successfully unlinked", - "unlinkActionError": "Sorry, we couldn't unlink this account", - "unlinkActionLoading": "Unlinking account...", - "linkActionSuccess": "Account successfully linked", - "linkActionError": "Sorry, we couldn't link this account", - "linkActionLoading": "Linking account...", - "linkAccount": "Link Account", - "connectWithProvider": "Connect with {{ provider }}", - "connectedWithProvider": "Connected with {{ provider }}", "setupMfaButtonLabel": "Setup a new Factor", "multiFactorSetupErrorHeading": "Setup Failed", "multiFactorSetupErrorDescription": "Sorry, there was an error while setting up your factor. Please try again.", @@ -84,16 +64,6 @@ "mfaEnabledSuccessDescription": "Congratulations! You have successfully enrolled in the multi factor authentication process. You will now be able to access your account with a combination of your password and an authentication code sent to your phone number.", "verificationCode": "Verification Code", "addEmailAddress": "Add Email address", - "updatePhoneNumber": "Update Phone Number", - "updatePhoneNumberSubheading": "Link your phone number to your account", - "updatePhoneNumberLoading": "Updating phone number...", - "updatePhoneNumberSuccess": "Phone number successfully updated", - "updatePhoneNumberError": "Sorry, we weren't able to update your phone number", - "phoneNumberLabel": "Phone Number", - "addPhoneNumber": "Add Phone Number", - "removePhoneNumber": "Remove Phone Number", - "confirmRemovePhoneNumberDescription": "You're about to remove your phone number. You will not be able to use it to login to your account.", - "confirmRemovePhoneNumber": "Yes, remove phone number", "verifyActivationCodeDescription": "Enter the verification code generated by your authenticator app", "loadingFactors": "Loading factors...", "enableMfaFactor": "Enable Factor", diff --git a/apps/web/public/locales/en/auth.json b/apps/web/public/locales/en/auth.json index 783e4757e..1a2cd3852 100644 --- a/apps/web/public/locales/en/auth.json +++ b/apps/web/public/locales/en/auth.json @@ -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", diff --git a/apps/web/public/locales/en/common.json b/apps/web/public/locales/en/common.json index ccf56423d..62d56b84c 100644 --- a/apps/web/public/locales/en/common.json +++ b/apps/web/public/locales/en/common.json @@ -9,7 +9,7 @@ "settingsTabLabel": "Settings", "profileSettingsTabLabel": "Profile", "subscriptionSettingsTabLabel": "Subscription", - "dashboardTabDescription": "An overview of your accoount's activity and performance across all your projects.", + "dashboardTabDescription": "An overview of your account's activity and performance across all your projects.", "settingsTabDescription": "Manage your settings and preferences.", "emailAddress": "Email Address", "password": "Password",