Correct wording from "component" to "integration" on new integration page (#8924)

This commit is contained in:
Philip Allgaier 2021-04-16 14:41:38 +02:00 committed by GitHub
parent 60fe48d355
commit e225d6f546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"
), ),
]); ]);
} }

View File

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