Fix settings sync typo (#162050)

This commit is contained in:
Rob Lourens 2022-09-27 12:34:40 -07:00 committed by GitHub
parent 83f71abd63
commit 83bbb3941f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -381,7 +381,7 @@ export class UserDataSyncWorkbenchService extends Disposable implements IUserDat
if (status === SyncStatus.HasConflicts) {
progress.report({ message: localize('resolving conflicts', "Resolving conflicts...") });
} else {
progress.report({ message: localize('syncing...', "Turnin on...") });
progress.report({ message: localize('syncing...', "Turning on...") });
}
}));
await manualSyncTask.merge();