Update en.ts

This commit is contained in:
Elio Struyf
2021-09-01 21:14:06 +02:00
committed by GitHub
parent c9e813effe
commit 0f0c7f9f3d
+2 -2
View File
@@ -3,7 +3,7 @@ import { Extension } from "../constants/extension";
export const strings = {
// CTA
cta_title: "Manage your static site with",
cta_title: "The headless CMS running in VS Code",
cta_description: "Create, edit, and preview your pages within Visual Studio Code. Front Matter allows you to keep control of your static site without any external tools.",
cta_button_primary: "Get the extension",
cta_button_secondary: "Read our docs",
@@ -50,4 +50,4 @@ export const strings = {
changelog_description: "Check out our changelog for Front Matter.",
changelog_page_title: `Latest updates`,
changelog_page_description: `An overview of all updates from the ${Extension.name} extension`,
};
};