mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 21:17:47 +00:00
Use info from PageNavigation entry if present
This commit is contained in:
parent
d05c76356f
commit
c15ddd6e98
@ -54,7 +54,8 @@ class HaConfigNavigation extends LitElement {
|
|||||||
`
|
`
|
||||||
: html`
|
: html`
|
||||||
<div secondary>
|
<div secondary>
|
||||||
${this.hass.localize(
|
${page.info ||
|
||||||
|
this.hass.localize(
|
||||||
`ui.panel.config.${page.component}.description`
|
`ui.panel.config.${page.component}.description`
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user