diff --git a/src/panels/lovelace/editor/lovelace-editor/hui-dialog-edit-lovelace.ts b/src/panels/lovelace/editor/lovelace-editor/hui-dialog-edit-lovelace.ts index f7ebfb0fb4..5a2625ed04 100644 --- a/src/panels/lovelace/editor/lovelace-editor/hui-dialog-edit-lovelace.ts +++ b/src/panels/lovelace/editor/lovelace-editor/hui-dialog-edit-lovelace.ts @@ -55,8 +55,15 @@ export class HuiDialogEditLovelace extends LitElement { protected render(): TemplateResult | void { return html` -

Edit Lovelace

+

+ ${this.hass!.localize( + "ui.panel.lovelace.editor.edit_lovelace.header" + )} +

+ ${this.hass!.localize( + "ui.panel.lovelace.editor.edit_lovelace.explanation" + )}