mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 20:26:39 +00:00
Fixed typo: "unsafed" -> "unsaved" (#2556)
This commit is contained in:
parent
334c4fe90f
commit
b1d5517864
@ -166,7 +166,7 @@ class LovelaceFullConfigEditor extends hassLocalizeLitMixin(LitElement) {
|
|||||||
private _closeEditor() {
|
private _closeEditor() {
|
||||||
if (this._changed) {
|
if (this._changed) {
|
||||||
if (
|
if (
|
||||||
!confirm("You have unsafed changes, are you sure you want to exit?")
|
!confirm("You have unsaved changes, are you sure you want to exit?")
|
||||||
) {
|
) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user