Skip to content

Commit 14cd58d

Browse files
fix(site): fix typo on new workspace screen (coder#16099)
Closes coder#16084.
1 parent 08dd2ab commit 14cd58d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/src/components/Form/Form.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const meta: Meta<typeof Form> = {
99
children: (
1010
<FormSection
1111
title="General"
12-
description="The name of the workspace and its owner. Only admins can create workspace for other users."
12+
description="The name of the workspace and its owner. Only admins can create workspaces for other users."
1313
>
1414
<FormFields>
1515
<TextField label="Workspace Name" />

site/src/pages/CreateWorkspacePage/CreateWorkspacePageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export const CreateWorkspacePageView: FC<CreateWorkspacePageViewProps> = ({
194194
title="General"
195195
description={
196196
permissions.createWorkspaceForUser
197-
? "The name of the workspace and its owner. Only admins can create workspace for other users."
197+
? "The name of the workspace and its owner. Only admins can create workspaces for other users."
198198
: "The name of your new workspace."
199199
}
200200
>

0 commit comments

Comments
 (0)