mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +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>
|
<ha-svg-icon slot="start" .path=${mdiPlus}></ha-svg-icon>
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
`component.${item.domain}.config_subentries.${flowType}.title`
|
`component.${item.domain}.config_subentries.${flowType}.initiate_flow.user`
|
||||||
)}</ha-md-menu-item
|
)}</ha-md-menu-item
|
||||||
>`
|
>`
|
||||||
)}
|
)}
|
||||||
@ -1059,7 +1059,11 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
|
|||||||
>
|
>
|
||||||
<span slot="headline">${subEntry.title}</span>
|
<span slot="headline">${subEntry.title}</span>
|
||||||
<span slot="supporting-text"
|
<span slot="supporting-text"
|
||||||
>${this._renderDeviceLine(
|
>${this.hass.localize(
|
||||||
|
`component.${configEntry.domain}.config_subentries.${subEntry.subentry_type}.entry_type`
|
||||||
|
)}
|
||||||
|
-
|
||||||
|
${this._renderDeviceLine(
|
||||||
configEntry,
|
configEntry,
|
||||||
devices,
|
devices,
|
||||||
services,
|
services,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user