mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
#102581 rename reset to clear with ...
This commit is contained in:
@@ -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"),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user