fix: permanantly -> permanently

This commit is contained in:
Tom Moor
2023-10-17 18:16:41 -04:00
parent 43ee487e91
commit 03869784be
5 changed files with 8 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ function TeamDelete({ onSubmit }: Props) {
<Text type="secondary"> <Text type="secondary">
<Trans> <Trans>
A confirmation code has been sent to your email address, please 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.
</Trans> </Trans>
</Text> </Text>
<Input <Input

View File

@@ -68,7 +68,7 @@ function UserDelete() {
<Text type="secondary"> <Text type="secondary">
<Trans> <Trans>
A confirmation code has been sent to your email address, please 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.
</Trans> </Trans>
</Text> </Text>
<Input <Input

View File

@@ -27,7 +27,7 @@ export default class ConfirmTeamDeleteEmail extends BaseEmail<Props> {
protected renderAsText({ deleteConfirmationCode }: Props): string { protected renderAsText({ deleteConfirmationCode }: Props): string {
return ` 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} Code: ${deleteConfirmationCode}
`; `;
@@ -41,7 +41,7 @@ Code: ${deleteConfirmationCode}
<Body> <Body>
<Heading>Your workspace deletion request</Heading> <Heading>Your workspace deletion request</Heading>
<p> <p>
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. Please enter the code below to confirm your workspace deletion.
</p> </p>
<EmptySpace height={5} /> <EmptySpace height={5} />

View File

@@ -27,7 +27,7 @@ export default class ConfirmUserDeleteEmail extends BaseEmail<Props> {
protected renderAsText({ deleteConfirmationCode }: Props): string { protected renderAsText({ deleteConfirmationCode }: Props): string {
return ` 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} Code: ${deleteConfirmationCode}
`; `;
@@ -41,7 +41,7 @@ Code: ${deleteConfirmationCode}
<Body> <Body>
<Heading>Your account deletion request</Heading> <Heading>Your account deletion request</Heading>
<p> <p>
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. Please enter the code below to confirm your account deletion.
</p> </p>
<EmptySpace height={5} /> <EmptySpace height={5} />

View File

@@ -888,7 +888,7 @@
"Alphabetical": "Alphabetical", "Alphabetical": "Alphabetical",
"There are no templates just yet.": "There are no templates just yet.", "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.", "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", "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}}.", "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.", "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 — <em>{{email}}</em>": "Your are creating a new workspace using your current account — <em>{{email}}</em>", "Your are creating a new workspace using your current account — <em>{{email}}</em>": "Your are creating a new workspace using your current account — <em>{{email}}</em>",
"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", "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.", "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.", "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", "Delete my account": "Delete my account",
"Today": "Today", "Today": "Today",