Add translation to the back button on the helpers page (#5999)

This commit is contained in:
Maciej Bieniek 2020-05-25 14:50:58 +02:00 committed by GitHub
parent bfb11790a2
commit deb179ad38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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`

View File

@ -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": {