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?
`;