mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fixes a typo in hassio-supervisor-info.ts (#7987)
An "a" was missing in installtion
This commit is contained in:
parent
0c914b5ec8
commit
f335fdc002
@ -178,7 +178,7 @@ class HassioSupervisorInfo extends LitElement {
|
|||||||
</div>`}
|
</div>`}
|
||||||
${!this.supervisor.supervisor.healthy
|
${!this.supervisor.supervisor.healthy
|
||||||
? html`<div class="error">
|
? html`<div class="error">
|
||||||
Your installtion is running in an unhealthy state.
|
Your installation is running in an unhealthy state.
|
||||||
<button
|
<button
|
||||||
class="link"
|
class="link"
|
||||||
title="Learn more about why your system is marked as unhealthy"
|
title="Learn more about why your system is marked as unhealthy"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user