mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Add translation to the back button on the helpers page (#5999)
This commit is contained in:
parent
bfb11790a2
commit
deb179ad38
@ -108,7 +108,7 @@ export class DialogHelperDetail extends LitElement {
|
|||||||
@click="${this._goBack}"
|
@click="${this._goBack}"
|
||||||
.disabled=${this._submitting}
|
.disabled=${this._submitting}
|
||||||
>
|
>
|
||||||
Back
|
${this.hass!.localize("ui.common.back")}
|
||||||
</mwc-button>
|
</mwc-button>
|
||||||
`
|
`
|
||||||
: html`
|
: html`
|
||||||
|
@ -244,7 +244,8 @@
|
|||||||
"yes": "Yes",
|
"yes": "Yes",
|
||||||
"no": "No",
|
"no": "No",
|
||||||
"successfully_saved": "Successfully saved",
|
"successfully_saved": "Successfully saved",
|
||||||
"successfully_deleted": "Successfully deleted"
|
"successfully_deleted": "Successfully deleted",
|
||||||
|
"back": "Back"
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
"entity": {
|
"entity": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user