This commit is contained in:
Tom Moor
2023-11-29 23:50:00 -05:00
parent 01c6952ec9
commit 86cc7e461b
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ function TeamNew({ user }: Props) {
<Text type="secondary"> <Text type="secondary">
<Trans <Trans
defaults="Your are creating a new workspace using your current account — <em>{{email}}</em>" defaults="You are creating a new workspace using your current account — <em>{{email}}</em>"
values={{ values={{
email: user.email, email: user.email,
}} }}

View File

@@ -900,7 +900,7 @@
"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.",
"Workspace name": "Workspace name", "Workspace name": "Workspace name",
"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>", "You are creating a new workspace using your current account — <em>{{email}}</em>": "You 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 permanently 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.": "A confirmation code has been sent to your email address, please enter the code below to permanently destroy your account.",