Skip to content

Commit 8eb66e4

Browse files
author
Greg Van Liew
committed
Fix extra 'of' typo
1 parent 5052292 commit 8eb66e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/userDataSync/browser/userDataSync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export class UserDataSyncWorkbenchContribution extends Disposable implements IWo
298298
this.disableSync();
299299
this.notificationService.notify({
300300
severity: Severity.Error,
301-
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),
301+
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),
302302
});
303303
return true;
304304
}

0 commit comments

Comments
 (0)