#102581 rename reset to clear with ...

This commit is contained in:
Sandeep Somavarapu
2020-07-20 10:28:44 +02:00
parent 4ecf61e709
commit 040b60f4d1
3 changed files with 7 additions and 7 deletions

View File

@@ -355,8 +355,8 @@ export class UserDataSyncWorkbenchService extends Disposable implements IUserDat
async resetSyncedData(): Promise<void> {
const result = await this.dialogService.confirm({
message: localize('reset', "This will clear your synced data from the cloud and stop sync on all your devices."),
title: localize('reset title', "Reset Synced Data"),
message: localize('reset', "This will clear your data in the cloud and stop sync on all your devices."),
title: localize('reset title', "Clear"),
type: 'info',
primaryButton: localize('reset button', "Reset"),
});