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">
<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={{
email: user.email,
}}