From 0f0c7f9f3d889c7f45bc613ca2051b7e3ed3e649 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Wed, 1 Sep 2021 21:14:06 +0200 Subject: [PATCH] Update en.ts --- docs/locale/en.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/locale/en.ts b/docs/locale/en.ts index a0a26fe2..88755604 100644 --- a/docs/locale/en.ts +++ b/docs/locale/en.ts @@ -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`, -}; \ No newline at end of file +};