diff --git a/src/panels/config/helpers/dialog-helper-detail.ts b/src/panels/config/helpers/dialog-helper-detail.ts index f52d5c5178..b22ca67e77 100644 --- a/src/panels/config/helpers/dialog-helper-detail.ts +++ b/src/panels/config/helpers/dialog-helper-detail.ts @@ -108,7 +108,7 @@ export class DialogHelperDetail extends LitElement { @click="${this._goBack}" .disabled=${this._submitting} > - Back + ${this.hass!.localize("ui.common.back")} ` : html` diff --git a/src/translations/en.json b/src/translations/en.json index 8817ecd26f..b05c162ca2 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -244,7 +244,8 @@ "yes": "Yes", "no": "No", "successfully_saved": "Successfully saved", - "successfully_deleted": "Successfully deleted" + "successfully_deleted": "Successfully deleted", + "back": "Back" }, "components": { "entity": {