mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Fix "wan't" typos in energy panel (#9775)
This commit is contained in:
parent
b36e342f15
commit
b12e062d94
@ -101,7 +101,7 @@ export class EnergyDeviceSettings extends LitElement {
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
!(await showConfirmationDialog(this, {
|
!(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;
|
return;
|
||||||
|
@ -203,7 +203,7 @@ export class EnergyGridSettings extends LitElement {
|
|||||||
if (
|
if (
|
||||||
!(await showConfirmationDialog(this, {
|
!(await showConfirmationDialog(this, {
|
||||||
title:
|
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;
|
return;
|
||||||
@ -340,7 +340,7 @@ export class EnergyGridSettings extends LitElement {
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
!(await showConfirmationDialog(this, {
|
!(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;
|
return;
|
||||||
@ -370,7 +370,7 @@ export class EnergyGridSettings extends LitElement {
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
!(await showConfirmationDialog(this, {
|
!(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;
|
return;
|
||||||
|
@ -125,7 +125,7 @@ export class EnergySolarSettings extends LitElement {
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
!(await showConfirmationDialog(this, {
|
!(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;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user