Fixed typo: "unsafed" -> "unsaved" (#2556)

This commit is contained in:
Adrian Campos 2019-01-24 11:57:39 -08:00 committed by Paulus Schoutsen
parent 334c4fe90f
commit b1d5517864

View File

@ -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;
}