diff --git a/src/panels/config/integrations/ha-config-integration-page.ts b/src/panels/config/integrations/ha-config-integration-page.ts index 68f5a7669fd5..2afb107fd9fe 100644 --- a/src/panels/config/integrations/ha-config-integration-page.ts +++ b/src/panels/config/integrations/ha-config-integration-page.ts @@ -425,11 +425,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) { ${discoveryFlows.map( (flow) => - html` + html` ${flow.localized_title} ${flow.localized_title} @@ -674,8 +668,6 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) { const configPanel = this._configPanel(item.domain, this.hass.panels); return html` ${item.disabled_by === "user" - ? html` + ? html` ${this.hass.localize("ui.common.enable")} ` : configPanel && (item.domain !== "matter" || isDevVersion(this.hass.config.version)) ? html` ${this.hass.localize( @@ -720,7 +712,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) { >` : item.supports_options && !stateText ? html` - + ${this.hass.localize( "ui.panel.config.integrations.config_entry.configure" )}