mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 05:17:20 +00:00
Correct wording from "component" to "integration" on new integration page (#8924)
This commit is contained in:
parent
60fe48d355
commit
e225d6f546
@ -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"
|
||||
),
|
||||
]);
|
||||
}
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user