Skip to content

Commit 4ecf61e

Browse files
committed
1 parent d5e5866 commit 4ecf61e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ export class UserDataSyncWorkbenchContribution extends Disposable implements IWo
308308
case UserDataSyncErrorCode.IncompatibleRemoteContent:
309309
this.notificationService.notify({
310310
severity: Severity.Error,
311-
message: localize('error reset required', "Preferences sync is disabled because your data in the cloud is older than that of in the client. Please reset your data in the cloud before turning on sync."),
311+
message: localize('error reset required', "Preferences sync is disabled because your data in the cloud is older than that of the client. Please reset your data in the cloud before turning on sync."),
312312
actions: {
313313
primary: [
314314
new Action('reset', localize('reset', "Reset Synced Data"), undefined, true, () => this.userDataSyncWorkbenchService.resetSyncedData()),

0 commit comments

Comments
 (0)