mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +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([
|
icons.push([
|
||||||
mdiPackageVariant,
|
mdiPackageVariant,
|
||||||
hass.localize(
|
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."
|
"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",
|
"depends_on_cloud": "Depends on the cloud",
|
||||||
"state": {
|
"state": {
|
||||||
"loaded": "Not loaded",
|
"loaded": "Not loaded",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user