fix(site): fix typo on new workspace screen (#16099)

Closes #16084.
This commit is contained in:
Ethan
2025-01-13 03:10:45 +00:00
committed by GitHub
parent 08dd2ab4cc
commit 14cd58dc3b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const meta: Meta<typeof Form> = {
children: (
<FormSection
title="General"
description="The name of the workspace and its owner. Only admins can create workspace for other users."
description="The name of the workspace and its owner. Only admins can create workspaces for other users."
>
<FormFields>
<TextField label="Workspace Name" />
@@ -194,7 +194,7 @@ export const CreateWorkspacePageView: FC<CreateWorkspacePageViewProps> = ({
title="General"
description={
permissions.createWorkspaceForUser
? "The name of the workspace and its owner. Only admins can create workspace for other users."
? "The name of the workspace and its owner. Only admins can create workspaces for other users."
: "The name of your new workspace."
}
>