fix: permanantly -> permanently
This commit is contained in:
@@ -76,7 +76,7 @@ function TeamDelete({ onSubmit }: Props) {
|
||||
<Text type="secondary">
|
||||
<Trans>
|
||||
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>
|
||||
</Text>
|
||||
<Input
|
||||
|
||||
@@ -68,7 +68,7 @@ function UserDelete() {
|
||||
<Text type="secondary">
|
||||
<Trans>
|
||||
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>
|
||||
</Text>
|
||||
<Input
|
||||
|
||||
@@ -27,7 +27,7 @@ export default class ConfirmTeamDeleteEmail extends BaseEmail<Props> {
|
||||
|
||||
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}
|
||||
<Body>
|
||||
<Heading>Your workspace deletion request</Heading>
|
||||
<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.
|
||||
</p>
|
||||
<EmptySpace height={5} />
|
||||
|
||||
@@ -27,7 +27,7 @@ export default class ConfirmUserDeleteEmail extends BaseEmail<Props> {
|
||||
|
||||
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}
|
||||
<Body>
|
||||
<Heading>Your account deletion request</Heading>
|
||||
<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.
|
||||
</p>
|
||||
<EmptySpace height={5} />
|
||||
|
||||
@@ -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 — <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",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user