mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 14:07:55 +00:00
fallback to name
This commit is contained in:
parent
71f1388a3f
commit
2dc72222f2
@ -47,7 +47,7 @@ class HassioSystemChecksDialog extends LitElement {
|
|||||||
<span slot="heading">
|
<span slot="heading">
|
||||||
${this.supervisor.localize(
|
${this.supervisor.localize(
|
||||||
`dialog.system_check.check.${check.name}.title`
|
`dialog.system_check.check.${check.name}.title`
|
||||||
)}
|
) || check.name}
|
||||||
</span>
|
</span>
|
||||||
<span slot="description">
|
<span slot="description">
|
||||||
${this.supervisor.localize(
|
${this.supervisor.localize(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user