From b12e062d9462a7375fb761c59080a94d515665bc Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Wed, 11 Aug 2021 09:32:32 +0200 Subject: [PATCH] Fix "wan't" typos in energy panel (#9775) --- .../config/energy/components/ha-energy-device-settings.ts | 2 +- .../config/energy/components/ha-energy-grid-settings.ts | 6 +++--- .../config/energy/components/ha-energy-solar-settings.ts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/panels/config/energy/components/ha-energy-device-settings.ts b/src/panels/config/energy/components/ha-energy-device-settings.ts index 16b7dc38d2..b9c63ce6c6 100644 --- a/src/panels/config/energy/components/ha-energy-device-settings.ts +++ b/src/panels/config/energy/components/ha-energy-device-settings.ts @@ -101,7 +101,7 @@ export class EnergyDeviceSettings extends LitElement { if ( !(await showConfirmationDialog(this, { - title: "Are you sure you wan't to delete this device?", + title: "Are you sure you want to delete this device?", })) ) { return; diff --git a/src/panels/config/energy/components/ha-energy-grid-settings.ts b/src/panels/config/energy/components/ha-energy-grid-settings.ts index 2146c9f7f4..234c900284 100644 --- a/src/panels/config/energy/components/ha-energy-grid-settings.ts +++ b/src/panels/config/energy/components/ha-energy-grid-settings.ts @@ -203,7 +203,7 @@ export class EnergyGridSettings extends LitElement { if ( !(await showConfirmationDialog(this, { title: - "Are you sure you wan't to delete this integration? It will remove the entities it provides", + "Are you sure you want to delete this integration? It will remove the entities it provides", })) ) { return; @@ -340,7 +340,7 @@ export class EnergyGridSettings extends LitElement { if ( !(await showConfirmationDialog(this, { - title: "Are you sure you wan't to delete this source?", + title: "Are you sure you want to delete this source?", })) ) { return; @@ -370,7 +370,7 @@ export class EnergyGridSettings extends LitElement { if ( !(await showConfirmationDialog(this, { - title: "Are you sure you wan't to delete this source?", + title: "Are you sure you want to delete this source?", })) ) { return; diff --git a/src/panels/config/energy/components/ha-energy-solar-settings.ts b/src/panels/config/energy/components/ha-energy-solar-settings.ts index 5af7e71a16..0093c47503 100644 --- a/src/panels/config/energy/components/ha-energy-solar-settings.ts +++ b/src/panels/config/energy/components/ha-energy-solar-settings.ts @@ -125,7 +125,7 @@ export class EnergySolarSettings extends LitElement { if ( !(await showConfirmationDialog(this, { - title: "Are you sure you wan't to delete this source?", + title: "Are you sure you want to delete this source?", })) ) { return;