We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7dbfff commit c3ca61bCopy full SHA for c3ca61b
site/src/pages/CreateWorkspacePage/CreateWorkspacePageView.tsx
@@ -30,6 +30,7 @@ export const Language = {
30
or use a built-in template by typing the following Coder CLI command:
31
</>
32
),
33
+ templateLink: "Read more about this template",
34
}
35
36
export interface CreateWorkspacePageViewProps {
@@ -139,7 +140,7 @@ export const CreateWorkspacePageView: FC<CreateWorkspacePageViewProps> = (props)
139
140
to={`/templates/${selectedTemplate.name}`}
141
target="_blank"
142
>
- Read more about this template <OpenInNewIcon />
143
+ {Language.templateLink} <OpenInNewIcon />
144
</Link>
145
)
146
0 commit comments