Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseKnowlden committed May 19, 2023
1 parent 71074e9 commit d63f577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/electron-sandbox/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ export class NativeWindow extends Disposable {
}

if (parseInt(version[0]) === 6 && parseInt(version[1]) === 2 || parseInt(version[0]) === 6 && parseInt(version[1]) === 3) {
const message = localize('windows 8 eol', "{0} o Windows 8/8.1 will no longer receive any further updates.", this.productService.nameLong);
const message = localize('windows 8 eol', "{0} on Windows 8/8.1 will no longer receive any further updates.", this.productService.nameLong);

this.notificationService.prompt(
Severity.Warning,
Expand Down

0 comments on commit d63f577

Please sign in to comment.