mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
@@ -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."
|
||||
}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user