Skip to content

Commit 487db98

Browse files
committed
tweaks to message
1 parent 51fb67b commit 487db98

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
@@ -476,7 +476,7 @@ export class UserDataSyncWorkbenchContribution extends Disposable implements IWo
476476
}
477477
await this.handleFirstTimeSync();
478478
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."));
479+
this.notificationService.info(localize('sync turned on', "Sync will happen automatically from now on."));
480480
}
481481

482482
private getConfigureSyncQuickPickItems(): ConfigureSyncQuickPickItem[] {

0 commit comments

Comments
 (0)