diff --git a/src/panels/lovelace/hui-editor.ts b/src/panels/lovelace/hui-editor.ts index aff267d636..768ee64368 100644 --- a/src/panels/lovelace/hui-editor.ts +++ b/src/panels/lovelace/hui-editor.ts @@ -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; }