mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16: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>
|
<h3>${this.error}</h3>
|
||||||
<slot>
|
<slot>
|
||||||
<mwc-button @click=${this._handleBack}>
|
<mwc-button @click=${this._handleBack}>
|
||||||
${this.hass?.localize("ui.panel.error.go_back") || "go back"}
|
${this.hass?.localize("ui.common.back")}
|
||||||
</mwc-button>
|
</mwc-button>
|
||||||
</slot>
|
</slot>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user