Fix "wan't" typos in energy panel (#9775)

This commit is contained in:
Philip Allgaier 2021-08-11 09:32:32 +02:00 committed by GitHub
parent b36e342f15
commit b12e062d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;