diff --git a/src/panels/config/integrations/ha-config-integrations-common.ts b/src/panels/config/integrations/ha-config-integrations-common.ts index 063e35c178..f7e1117ceb 100644 --- a/src/panels/config/integrations/ha-config-integrations-common.ts +++ b/src/panels/config/integrations/ha-config-integrations-common.ts @@ -41,7 +41,7 @@ export const haConfigIntegrationRenderIcons = ( icons.push([ mdiPackageVariant, hass.localize( - "ui.panel.config.integrations.config_entry.provided_by_custom_component" + "ui.panel.config.integrations.config_entry.provided_by_custom_integration" ), ]); } diff --git a/src/translations/en.json b/src/translations/en.json index d6a4e3f0e0..2d9b56ae44 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2173,7 +2173,7 @@ }, "disable_confirm": "Are you sure you want to disable this config entry? Its devices and entities will be disabled." }, - "provided_by_custom_component": "Provided by a custom component", + "provided_by_custom_integration": "Provided by a custom integration", "depends_on_cloud": "Depends on the cloud", "state": { "loaded": "Not loaded",