We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a80677 commit 6e90f38Copy full SHA for 6e90f38
1 file changed
src/vs/workbench/contrib/update/browser/update.ts
@@ -469,7 +469,7 @@ export class UpdateContribution extends Disposable implements IWorkbenchContribu
469
group: '6_update',
470
command: {
471
id: 'update.restart',
472
- title: nls.localize('restartToUpdate', "*Restart to Update")
+ title: nls.localize('restartToUpdate', "Restart to Update (1)")
473
},
474
when: CONTEXT_UPDATE_STATE.isEqualTo(StateType.Ready)
475
});
0 commit comments