From aaa844986c7f29f2a29ebca60367bf2f232bcedd Mon Sep 17 00:00:00 2001 From: Megan Rogge Date: Tue, 20 Aug 2024 09:34:05 -0700 Subject: [PATCH] tweak title of screen reader walkthrough, when condition (#226079) --- .../welcomeGettingStarted/common/gettingStartedContent.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts b/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts index 4129f49a423..0b826034b3b 100644 --- a/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts +++ b/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts @@ -472,11 +472,11 @@ export const walkthroughs: GettingStartedWalkthroughContent = [ }, { id: 'SetupScreenReaderExtended', - title: localize('gettingStarted.setupScreenReaderExtended.title', "Learn more about using VS Code"), + title: localize('gettingStarted.setupScreenReaderExtended.title', "Learn more about using VS Code with a Screen Reader"), description: localize('gettingStarted.setupScreenReaderExtended.description', "Customize your editor, learn the basics, and start coding"), isFeatured: true, icon: setupIcon, - when: CONTEXT_ACCESSIBILITY_MODE_ENABLED.key, + when: `!isWeb && ${CONTEXT_ACCESSIBILITY_MODE_ENABLED.key}`, content: { type: 'steps', steps: [