grammer tweaks (#2209)

This commit is contained in:
Ian Richardson 2018-12-07 04:44:55 -06:00 committed by Paulus Schoutsen
parent b0580e70d2
commit 9ba232249b

View File

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