未验证 提交 ca674a07 编写于 作者: G Greg Van Liew 提交者: GitHub

Merge pull request #99319 from gregvanl/FixTypo

Fix extra 'of' typo
......@@ -298,7 +298,7 @@ export class UserDataSyncWorkbenchContribution extends Disposable implements IWo
this.disableSync();
this.notificationService.notify({
severity: Severity.Error,
message: localize('error upgrade required', "Preferences sync is disabled because the current version ({0}, {1}) of is not compatible with the sync service. Please update before turning on sync.", this.productService.version, this.productService.commit),
message: localize('error upgrade required', "Preferences sync is disabled because the current version ({0}, {1}) is not compatible with the sync service. Please update before turning on sync.", this.productService.version, this.productService.commit),
});
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册