Skip to content

Commit 5775b78

Browse files
committed
Activity Badge -> Badge
1 parent 83d08d0 commit 5775b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/browser/parts/compositeBarActions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,9 +703,9 @@ export class CompositeActionViewItem extends ActivityActionViewItem {
703703

704704
const isBadgeEnabled = this.compositeBar.areBadgesEnabled(this.activity.id);
705705
if (isBadgeEnabled) {
706-
this.toggleCompositeBadgeAction.label = localize('hideBadge', "Hide Activity Badge");
706+
this.toggleCompositeBadgeAction.label = localize('hideBadge', "Hide Badge");
707707
} else {
708-
this.toggleCompositeBadgeAction.label = localize('showBadge', "Show Activity Badge");
708+
this.toggleCompositeBadgeAction.label = localize('showBadge', "Show Badge");
709709
}
710710

711711
const otherActions = this.contextMenuActionsProvider();

0 commit comments

Comments
 (0)