From 9ba232249b636d7fad44ce2f01c282f3197869d4 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Fri, 7 Dec 2018 04:44:55 -0600 Subject: [PATCH] grammer tweaks (#2209) --- src/panels/lovelace/editor/hui-edit-view.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/lovelace/editor/hui-edit-view.ts b/src/panels/lovelace/editor/hui-edit-view.ts index 18d7b65186..f870139d84 100644 --- a/src/panels/lovelace/editor/hui-edit-view.ts +++ b/src/panels/lovelace/editor/hui-edit-view.ts @@ -207,7 +207,7 @@ export class HuiEditView extends hassLocalizeLitMixin(LitElement) { private _delete() { if (this._config!.cards && this._config!.cards!.length > 0) { alert( - "You can't delete a view that has card in them. Remove the cards first." + "You can't delete a view that has cards in it. Remove the cards first." ); return; }