mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Update translation keys for sub entry flows (#24400)
This commit is contained in:
parent
1fdadbf1b8
commit
1c8284609f
@ -950,7 +950,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
|
||||
>
|
||||
<ha-svg-icon slot="start" .path=${mdiPlus}></ha-svg-icon>
|
||||
${this.hass.localize(
|
||||
`component.${item.domain}.config_subentries.${flowType}.title`
|
||||
`component.${item.domain}.config_subentries.${flowType}.initiate_flow.user`
|
||||
)}</ha-md-menu-item
|
||||
>`
|
||||
)}
|
||||
@ -1059,7 +1059,11 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
|
||||
>
|
||||
<span slot="headline">${subEntry.title}</span>
|
||||
<span slot="supporting-text"
|
||||
>${this._renderDeviceLine(
|
||||
>${this.hass.localize(
|
||||
`component.${configEntry.domain}.config_subentries.${subEntry.subentry_type}.entry_type`
|
||||
)}
|
||||
-
|
||||
${this._renderDeviceLine(
|
||||
configEntry,
|
||||
devices,
|
||||
services,
|
||||
|
Loading…
x
Reference in New Issue
Block a user