From b1d5517864b923eff3c44dc44b4b22da048f6b87 Mon Sep 17 00:00:00 2001 From: Adrian Campos Date: Thu, 24 Jan 2019 11:57:39 -0800 Subject: [PATCH] Fixed typo: "unsafed" -> "unsaved" (#2556) --- src/panels/lovelace/hui-editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }