refactor: Update start coder command (#1476)

This commit is contained in:
Bruno Quaresma
2022-05-16 08:37:42 -05:00
committed by GitHub
parent 02087db65a
commit 8857c0d076

View File

@ -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>