mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
refactor: Update start coder command (#1476)
This commit is contained in:
@ -69,7 +69,7 @@ export const TemplatesTable: React.FC<TemplatesTableProps> = ({ templates, organ
|
||||
<EmptyState
|
||||
message={Language.emptyMessage}
|
||||
description={Language.emptyDescription}
|
||||
cta={<CodeExample code="coder templates create" />}
|
||||
cta={<CodeExample code="coder templates init" />}
|
||||
/>
|
||||
</Box>
|
||||
</TableCell>
|
||||
|
Reference in New Issue
Block a user