mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
grammer tweaks (#2209)
This commit is contained in:
parent
b0580e70d2
commit
9ba232249b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user