diff --git a/app/scenes/TeamDelete.tsx b/app/scenes/TeamDelete.tsx
index 21a3ce287..4ac3dc516 100644
--- a/app/scenes/TeamDelete.tsx
+++ b/app/scenes/TeamDelete.tsx
@@ -76,7 +76,7 @@ function TeamDelete({ onSubmit }: Props) {
A confirmation code has been sent to your email address, please
- enter the code below to permanantly destroy this workspace.
+ enter the code below to permanently destroy this workspace.
A confirmation code has been sent to your email address, please
- enter the code below to permanantly destroy your account.
+ enter the code below to permanently destroy your account.
{
protected renderAsText({ deleteConfirmationCode }: Props): string {
return `
-You requested to permanantly delete your ${env.APP_NAME} workspace. Please enter the code below to confirm the workspace deletion.
+You requested to permanently delete your ${env.APP_NAME} workspace. Please enter the code below to confirm the workspace deletion.
Code: ${deleteConfirmationCode}
`;
@@ -41,7 +41,7 @@ Code: ${deleteConfirmationCode}
Your workspace deletion request
- You requested to permanantly delete your {env.APP_NAME} workspace.
+ You requested to permanently delete your {env.APP_NAME} workspace.
Please enter the code below to confirm your workspace deletion.
diff --git a/server/emails/templates/ConfirmUserDeleteEmail.tsx b/server/emails/templates/ConfirmUserDeleteEmail.tsx
index ddd6e4a53..8cd570f94 100644
--- a/server/emails/templates/ConfirmUserDeleteEmail.tsx
+++ b/server/emails/templates/ConfirmUserDeleteEmail.tsx
@@ -27,7 +27,7 @@ export default class ConfirmUserDeleteEmail extends BaseEmail {
protected renderAsText({ deleteConfirmationCode }: Props): string {
return `
-You requested to permanantly delete your ${env.APP_NAME} account. Please enter the code below to confirm your account deletion.
+You requested to permanently delete your ${env.APP_NAME} account. Please enter the code below to confirm your account deletion.
Code: ${deleteConfirmationCode}
`;
@@ -41,7 +41,7 @@ Code: ${deleteConfirmationCode}
Your account deletion request
- You requested to permanantly delete your {env.APP_NAME} account.
+ You requested to permanently delete your {env.APP_NAME} account.
Please enter the code below to confirm your account deletion.
diff --git a/shared/i18n/locales/en_US/translation.json b/shared/i18n/locales/en_US/translation.json
index 185162773..57998812d 100644
--- a/shared/i18n/locales/en_US/translation.json
+++ b/shared/i18n/locales/en_US/translation.json
@@ -888,7 +888,7 @@
"Alphabetical": "Alphabetical",
"There are no templates just yet.": "There are no templates just yet.",
"Zapier is a platform that allows {{appName}} to easily integrate with thousands of other business tools. Automate your workflows, sync data, and more.": "Zapier is a platform that allows {{appName}} to easily integrate with thousands of other business tools. Automate your workflows, sync data, and more.",
- "A confirmation code has been sent to your email address, please enter the code below to permanantly destroy this workspace.": "A confirmation code has been sent to your email address, please enter the code below to permanantly destroy this workspace.",
+ "A confirmation code has been sent to your email address, please enter the code below to permanently destroy this workspace.": "A confirmation code has been sent to your email address, please enter the code below to permanently destroy this workspace.",
"Confirmation code": "Confirmation code",
"Deleting the <1>{{workspaceName}}1> workspace will destroy all collections, documents, users, and associated data. You will be immediately logged out of {{appName}}.": "Deleting the <1>{{workspaceName}}1> workspace will destroy all collections, documents, users, and associated data. You will be immediately logged out of {{appName}}.",
"Please note that workspaces are completely separate. They can have a different domain, settings, users, and billing.": "Please note that workspaces are completely separate. They can have a different domain, settings, users, and billing.",
@@ -896,7 +896,7 @@
"Your are creating a new workspace using your current account — {{email}}": "Your are creating a new workspace using your current account — {{email}}",
"To create a workspace under another email please sign up from the homepage": "To create a workspace under another email please sign up from the homepage",
"Trash is empty at the moment.": "Trash is empty at the moment.",
- "A confirmation code has been sent to your email address, please enter the code below to permanantly destroy your account.": "A confirmation code has been sent to your email address, please enter the code below to permanantly destroy your account.",
+ "A confirmation code has been sent to your email address, please enter the code below to permanently destroy your account.": "A confirmation code has been sent to your email address, please enter the code below to permanently destroy your account.",
"Are you sure? Deleting your account will destroy identifying data associated with your user and cannot be undone. You will be immediately logged out of {{appName}} and all your API tokens will be revoked.": "Are you sure? Deleting your account will destroy identifying data associated with your user and cannot be undone. You will be immediately logged out of {{appName}} and all your API tokens will be revoked.",
"Delete my account": "Delete my account",
"Today": "Today",