Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8857c0d

Browse files
refactor: Update start coder command (#1476)
1 parent 02087db commit 8857c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/TemplatesTable/TemplatesTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const TemplatesTable: React.FC<TemplatesTableProps> = ({ templates, organ
6969
<EmptyState
7070
message={Language.emptyMessage}
7171
description={Language.emptyDescription}
72-
cta={<CodeExample code="coder templates create" />}
72+
cta={<CodeExample code="coder templates init" />}
7373
/>
7474
</Box>
7575
</TableCell>

0 commit comments

Comments
 (0)