Skip to content

Commit c3ca61b

Browse files
committed
Add template link to the Language obj
1 parent b7dbfff commit c3ca61b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/src/pages/CreateWorkspacePage/CreateWorkspacePageView.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const Language = {
3030
or use a built-in template by typing the following Coder CLI command:
3131
</>
3232
),
33+
templateLink: "Read more about this template",
3334
}
3435

3536
export interface CreateWorkspacePageViewProps {
@@ -139,7 +140,7 @@ export const CreateWorkspacePageView: FC<CreateWorkspacePageViewProps> = (props)
139140
to={`/templates/${selectedTemplate.name}`}
140141
target="_blank"
141142
>
142-
Read more about this template <OpenInNewIcon />
143+
{Language.templateLink} <OpenInNewIcon />
143144
</Link>
144145
)
145146
}

0 commit comments

Comments
 (0)