mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-19 06:39:55 +01:00
tweak title of screen reader walkthrough, when condition (#226079)
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user