File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pages/CreateWorkspacePage Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const meta: Meta<typeof Form> = {
9
9
children : (
10
10
< FormSection
11
11
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."
13
13
>
14
14
< FormFields >
15
15
< TextField label = "Workspace Name" />
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ export const CreateWorkspacePageView: FC<CreateWorkspacePageViewProps> = ({
194
194
title = "General"
195
195
description = {
196
196
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."
198
198
: "The name of your new workspace."
199
199
}
200
200
>
You can’t perform that action at this time.
0 commit comments