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 5c0592b commit bc18c5dCopy full SHA for bc18c5d
site/src/pages/TemplatesPage/MultiOrgTemplatePage/TemplatesPageView.tsx
@@ -25,9 +25,9 @@ import { CreateTemplateButton } from "../CreateTemplateButton";
25
import { EmptyTemplates } from "../EmptyTemplates";
26
27
export const Language = {
28
- templateTooltipTitle: "What is template?",
+ templateTooltipTitle: "What is a template?",
29
templateTooltipText:
30
- "With templates you can create a common configuration for your workspaces using Terraform.",
+ "Templates allow you to create a common configuration for your workspaces using Terraform.",
31
templateTooltipLink: "Manage templates",
32
};
33
0 commit comments