diff --git a/src/panels/lovelace/hui-root.ts b/src/panels/lovelace/hui-root.ts index 9fff9339ca..c080e6c4ea 100644 --- a/src/panels/lovelace/hui-root.ts +++ b/src/panels/lovelace/hui-root.ts @@ -87,6 +87,9 @@ class HUIRoot extends LitElement { ? html` @@ -94,6 +97,9 @@ class HUIRoot extends LitElement { ${this.config.title || this.hass!.localize("ui.panel.lovelace.editor.header")} diff --git a/src/translations/en.json b/src/translations/en.json index e6b325d5bc..2c0d282612 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1398,7 +1398,8 @@ "configure_ui": "Configure UI", "unused_entities": "Unused entities", "help": "Help", - "refresh": "Refresh" + "refresh": "Refresh", + "close": "Close" }, "editor": { "header": "Edit UI", @@ -1414,7 +1415,8 @@ }, "edit_lovelace": { "header": "Title of your Lovelace UI", - "explanation": "This title is shown above all your views in Lovelace." + "explanation": "This title is shown above all your views in Lovelace.", + "edit_title": "Edit title" }, "edit_view": { "header": "View Configuration",