Skip to content

Commit

Permalink
Update update wording (#163)
Browse files Browse the repository at this point in the history
* Fixed update words

* Fixed update words
  • Loading branch information
nang-dev authored Jan 17, 2025
1 parent 68c1a9c commit 0d95988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/update/browser/updateBanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class UpdateBannerContribution extends Disposable implements IWorkbenchCo
const banner = {
id: UPDATE_BANNER_ID,
icon: Codicon.sync,
message: localize('updateAvailable', "An update for {0} is available.", this.productService.nameLong),
message: localize('updateAvailable', "An update for {0} is available. Use Command Palette (Cmd/Ctrl+Shift+P) > Check For Updates to install", this.productService.nameLong),
};

this.bannerService.show(banner);
Expand Down

0 comments on commit 0d95988

Please sign in to comment.