From e33a97514733a1c4237e9e54df49cef445552f4d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 3 Feb 2022 22:25:49 -0800 Subject: [PATCH] Update text: reset data -> erase user data (#171) --- src/install-dialog.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/install-dialog.ts b/src/install-dialog.ts index e63656d..7a40c86 100644 --- a/src/install-dialog.ts +++ b/src/install-dialog.ts @@ -240,7 +240,7 @@ class EwtInstallDialog extends LitElement {
this._startInstall(true)} >
@@ -456,14 +456,14 @@ class EwtInstallDialog extends LitElement { const isUpdate = !this._installErase && this._isSameFirmware; if (!this._installConfirmed && this._isSameVersion) { - heading = "Reset data"; + heading = "Erase User Data"; content = html` - Do you want to reset your device and erase all existing data from your + Do you want to reset your device and erase all user data from your device? `;