refactor: Update start coder command (#1476)

This commit is contained in:
Bruno Quaresma
2022-05-16 13:37:42 +00:00
committed by GitHub
parent 02087db65a
commit 8857c0d076
@@ -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>