mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-19 18:14:50 +01:00
tweaks to message
This commit is contained in:
@@ -476,7 +476,7 @@ export class UserDataSyncWorkbenchContribution extends Disposable implements IWo
|
||||
}
|
||||
await this.handleFirstTimeSync();
|
||||
this.userDataSyncEnablementService.setEnablement(true);
|
||||
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."));
|
||||
}
|
||||
|
||||
private getConfigureSyncQuickPickItems(): ConfigureSyncQuickPickItem[] {
|
||||
|
||||
Reference in New Issue
Block a user