mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +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() {
|
||||
if (this._changed) {
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user