Skip to content

Commit f388e09

Browse files
committed
Label fixup
1 parent de062dd commit f388e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tree/HelpTreeItem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class HelpTreeItem extends AzExtParentTreeItem {
2323
iconPath: new ThemeIcon('star-empty')
2424
});
2525
const openWalkthroughTI: AzExtTreeItem = new GenericTreeItem(this, {
26-
label: localize('openWalkthrough', 'Open Azure extensions Walkthrough'),
26+
label: localize('openWalkthrough', 'Open Azure Extensions Walkthrough'),
2727
contextValue: 'openWalkthrough',
2828
commandId: 'ms-azuretools.openWalkthrough',
2929
iconPath: new ThemeIcon('extensions')

0 commit comments

Comments
 (0)