From 2964a69479ba7f9f6af695d3e65f7dadc299d7d6 Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Thu, 3 Dec 2020 11:15:18 -0800 Subject: [PATCH] Fix #111798: Getting Started: capitalized "Editor" looks weird --- .../services/gettingStarted/common/gettingStartedContent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/services/gettingStarted/common/gettingStartedContent.ts b/src/vs/workbench/services/gettingStarted/common/gettingStartedContent.ts index 64e01b6746b..3869a6cea3e 100644 --- a/src/vs/workbench/services/gettingStarted/common/gettingStartedContent.ts +++ b/src/vs/workbench/services/gettingStarted/common/gettingStartedContent.ts @@ -33,7 +33,7 @@ export const content: GettingStartedContent = [ id: 'Beginner', title: localize('gettingStarted.beginner.title', "Get Started"), codicon: 'lightbulb', - description: localize('gettingStarted.beginner.description', "Get to know your new Editor"), + description: localize('gettingStarted.beginner.description', "Get to know your new editor"), content: { type: 'items', items: [ -- GitLab