mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +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}"
|
||||
.disabled=${this._submitting}
|
||||
>
|
||||
Back
|
||||
${this.hass!.localize("ui.common.back")}
|
||||
</mwc-button>
|
||||
`
|
||||
: html`
|
||||
|
@ -244,7 +244,8 @@
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"successfully_saved": "Successfully saved",
|
||||
"successfully_deleted": "Successfully deleted"
|
||||
"successfully_deleted": "Successfully deleted",
|
||||
"back": "Back"
|
||||
},
|
||||
"components": {
|
||||
"entity": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user