tweak title of screen reader walkthrough, when condition (#226079)

This commit is contained in:
Megan Rogge
2024-08-20 09:34:05 -07:00
committed by GitHub
parent 34a756ae2e
commit aaa844986c
@@ -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: [