Skip to content

Commit

Permalink
Fixed update words
Browse files Browse the repository at this point in the history
  • Loading branch information
nang-dev committed Jan 17, 2025
1 parent 291bfa0 commit 8bb5bd3
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. Open Command Palette and run 'Check For Updates' to install", 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 8bb5bd3

Please sign in to comment.