Skip to content

Commit bc18c5d

Browse files
committed
fix: copy updates
1 parent 5c0592b commit bc18c5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/TemplatesPage/MultiOrgTemplatePage/TemplatesPageView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ import { CreateTemplateButton } from "../CreateTemplateButton";
2525
import { EmptyTemplates } from "../EmptyTemplates";
2626

2727
export const Language = {
28-
templateTooltipTitle: "What is template?",
28+
templateTooltipTitle: "What is a template?",
2929
templateTooltipText:
30-
"With templates you can create a common configuration for your workspaces using Terraform.",
30+
"Templates allow you to create a common configuration for your workspaces using Terraform.",
3131
templateTooltipLink: "Manage templates",
3232
};
3333

0 commit comments

Comments
 (0)