mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 07:46:37 +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 {
|
protected render(): TemplateResult | void {
|
||||||
return html`
|
return html`
|
||||||
<ha-paper-dialog with-backdrop>
|
<ha-paper-dialog with-backdrop>
|
||||||
<h2>Edit Lovelace</h2>
|
<h2>
|
||||||
|
${this.hass!.localize(
|
||||||
|
"ui.panel.lovelace.editor.edit_lovelace.header"
|
||||||
|
)}
|
||||||
|
</h2>
|
||||||
<paper-dialog-scrollable>
|
<paper-dialog-scrollable>
|
||||||
|
${this.hass!.localize(
|
||||||
|
"ui.panel.lovelace.editor.edit_lovelace.explanation"
|
||||||
|
)}
|
||||||
<hui-lovelace-editor
|
<hui-lovelace-editor
|
||||||
.hass="${this.hass}"
|
.hass="${this.hass}"
|
||||||
.config="${this._config}"
|
.config="${this._config}"
|
||||||
|
@ -1060,6 +1060,10 @@
|
|||||||
"unsaved_changes": "Unsaved changes",
|
"unsaved_changes": "Unsaved changes",
|
||||||
"saved": "Saved"
|
"saved": "Saved"
|
||||||
},
|
},
|
||||||
|
"edit_lovelace": {
|
||||||
|
"header": "Title of your Lovelace UI",
|
||||||
|
"explanation": "This title is shown above all your views in Lovelace."
|
||||||
|
},
|
||||||
"edit_view": {
|
"edit_view": {
|
||||||
"header": "View Configuration",
|
"header": "View Configuration",
|
||||||
"add": "Add view",
|
"add": "Add view",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user