mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 23:36:36 +00:00
Clarify title of the dialog (#3629)
* Clarify title of the dialog * translate
This commit is contained in:
parent
c8d3293ae9
commit
b97e24283c
@ -55,8 +55,15 @@ export class HuiDialogEditLovelace extends LitElement {
|
||||
protected render(): TemplateResult | void {
|
||||
return html`
|
||||
<ha-paper-dialog with-backdrop>
|
||||
<h2>Edit Lovelace</h2>
|
||||
<h2>
|
||||
${this.hass!.localize(
|
||||
"ui.panel.lovelace.editor.edit_lovelace.header"
|
||||
)}
|
||||
</h2>
|
||||
<paper-dialog-scrollable>
|
||||
${this.hass!.localize(
|
||||
"ui.panel.lovelace.editor.edit_lovelace.explanation"
|
||||
)}
|
||||
<hui-lovelace-editor
|
||||
.hass="${this.hass}"
|
||||
.config="${this._config}"
|
||||
|
@ -1060,6 +1060,10 @@
|
||||
"unsaved_changes": "Unsaved changes",
|
||||
"saved": "Saved"
|
||||
},
|
||||
"edit_lovelace": {
|
||||
"header": "Title of your Lovelace UI",
|
||||
"explanation": "This title is shown above all your views in Lovelace."
|
||||
},
|
||||
"edit_view": {
|
||||
"header": "View Configuration",
|
||||
"add": "Add view",
|
||||
|
Loading…
x
Reference in New Issue
Block a user