Update translation keys for sub entry flows (#24400)

This commit is contained in:
Bram Kragten 2025-02-26 13:38:21 +01:00 committed by GitHub
parent 1fdadbf1b8
commit 1c8284609f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,