mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 20:56:36 +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`
|
||||
<div secondary>
|
||||
${this.hass.localize(
|
||||
${page.info ||
|
||||
this.hass.localize(
|
||||
`ui.panel.config.${page.component}.description`
|
||||
)}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user