mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 15:56:35 +00:00
Fix bad key on error screen
This commit is contained in:
parent
9eb81e2211
commit
f3b543f46c
@ -40,7 +40,7 @@ class HassErrorScreen extends LitElement {
|
||||
<h3>${this.error}</h3>
|
||||
<slot>
|
||||
<mwc-button @click=${this._handleBack}>
|
||||
${this.hass?.localize("ui.panel.error.go_back") || "go back"}
|
||||
${this.hass?.localize("ui.common.back")}
|
||||
</mwc-button>
|
||||
</slot>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user