Skip to content

Commit

Permalink
Confusing tooltip and action on default notification API (fix #190190) (
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero authored Aug 22, 2023
1 parent 86c61d2 commit 763fdc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class CollapseNotificationAction extends Action {
export class ConfigureNotificationAction extends Action {

static readonly ID = 'workbench.action.configureNotification';
static readonly LABEL = localize('configureNotification', "Configure Notification");
static readonly LABEL = localize('configureNotification', "More Actions...");

constructor(
id: string,
Expand Down

0 comments on commit 763fdc0

Please sign in to comment.