We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fb67b commit 487db98Copy full SHA for 487db98
1 file changed
src/vs/workbench/contrib/userDataSync/browser/userDataSync.ts
@@ -476,7 +476,7 @@ export class UserDataSyncWorkbenchContribution extends Disposable implements IWo
476
}
477
await this.handleFirstTimeSync();
478
this.userDataSyncEnablementService.setEnablement(true);
479
- this.notificationService.info(localize('sync turned on', "Sync is turned on and from now on sycing will be done automatically."));
+ this.notificationService.info(localize('sync turned on', "Sync will happen automatically from now on."));
480
481
482
private getConfigureSyncQuickPickItems(): ConfigureSyncQuickPickItem[] {
0 commit comments