We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d08d0 commit 5775b78Copy full SHA for 5775b78
src/vs/workbench/browser/parts/compositeBarActions.ts
@@ -703,9 +703,9 @@ export class CompositeActionViewItem extends ActivityActionViewItem {
703
704
const isBadgeEnabled = this.compositeBar.areBadgesEnabled(this.activity.id);
705
if (isBadgeEnabled) {
706
- this.toggleCompositeBadgeAction.label = localize('hideBadge', "Hide Activity Badge");
+ this.toggleCompositeBadgeAction.label = localize('hideBadge', "Hide Badge");
707
} else {
708
- this.toggleCompositeBadgeAction.label = localize('showBadge', "Show Activity Badge");
+ this.toggleCompositeBadgeAction.label = localize('showBadge', "Show Badge");
709
}
710
711
const otherActions = this.contextMenuActionsProvider();
0 commit comments