From b97e24283cb601feeebc379b4c7cadecdebf7186 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Fri, 6 Sep 2019 16:36:58 +0200 Subject: [PATCH] Clarify title of the dialog (#3629) * Clarify title of the dialog * translate --- .../editor/lovelace-editor/hui-dialog-edit-lovelace.ts | 9 ++++++++- src/translations/en.json | 4 ++++ 2 files changed, 12 insertions(+), 1 deletion(-) 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" + )}