mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +00:00
Fix translation in the integration page for entities (#26009)
add call to localize
This commit is contained in:
parent
57da4d3499
commit
d0737082a5
@ -154,7 +154,10 @@ class HaConfigEntryRow extends LitElement {
|
||||
statusLine.push(
|
||||
html`<a
|
||||
href=${`/config/entities/?historyBack=1&config_entry=${item.entry_id}`}
|
||||
>${entities.length} entities</a
|
||||
>${this.hass.localize(
|
||||
"ui.panel.config.integrations.config_entry.entities",
|
||||
{ count: entities.length }
|
||||
)}</a
|
||||
>`
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user