Skip to content

Commit 5ff3aa8

Browse files
committed
.
1 parent 23674cc commit 5ff3aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function getAccessibilityHelpText(accessor: ServicesAccessor, type: 'chat
3939
content.push(localize('interactiveSession.explain', "/explain commands will be run in the chat view."));
4040
content.push(localize('interactiveSession.chatViewFocus', "To focus the chat view, run the GitHub Copilot: Focus on GitHub Copilot View command, which will focus the input box."));
4141
} else {
42-
content.push(localize('interactiveSession.toolbar', "Use tab to reach conditional parts like commands, status message, message responses and more"));
42+
content.push(localize('interactiveSession.toolbar', "Use tab to reach conditional parts like commands, status message, message responses and more."));
4343
}
4444
}
4545
return content.join('\n');

0 commit comments

Comments
 (0)