mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +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 (
|
||||
!(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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user