mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +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() {
|
private _delete() {
|
||||||
if (this._config!.cards && this._config!.cards!.length > 0) {
|
if (this._config!.cards && this._config!.cards!.length > 0) {
|
||||||
alert(
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user