Skip to content

Commit

Permalink
Label fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger committed Jun 30, 2022
1 parent de062dd commit f388e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree/HelpTreeItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class HelpTreeItem extends AzExtParentTreeItem {
iconPath: new ThemeIcon('star-empty')
});
const openWalkthroughTI: AzExtTreeItem = new GenericTreeItem(this, {
label: localize('openWalkthrough', 'Open Azure extensions Walkthrough'),
label: localize('openWalkthrough', 'Open Azure Extensions Walkthrough'),
contextValue: 'openWalkthrough',
commandId: 'ms-azuretools.openWalkthrough',
iconPath: new ThemeIcon('extensions')
Expand Down

0 comments on commit f388e09

Please sign in to comment.