This commit is contained in:
Sandeep Somavarapu 2022-11-10 14:43:08 +01:00 committed by GitHub
parent b4eaea6bc6
commit cf46b990f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -335,7 +335,7 @@ export class UserDataSyncWorkbenchService extends Disposable implements IUserDat
await this.synchroniseUserDataSyncStoreType();
}
this.notificationService.info(localize('sync turned on', "{0} is turned on", `${SYNC_TITLE} [(${localize('show log', "show log")})](command:${SHOW_SYNC_LOG_COMMAND_ID})`));
this.notificationService.info(localize('sync turned on', "{0} is turned on", SYNC_TITLE));
}
async turnoff(everywhere: boolean): Promise<void> {