Batch of Component(s) -> Integration(s) (#24972)

This commit is contained in:
Franck Nijhof 2019-07-06 00:24:26 +02:00 committed by Paulus Schoutsen
parent e75c9efb3f
commit 31f569ada9
27 changed files with 34 additions and 34 deletions

View file

@ -263,7 +263,7 @@ def gather_requirements_from_manifests(errors, reqs):
if not integration.manifest:
errors.append(
'The manifest for component {} is invalid.'.format(domain)
'The manifest for integration {} is invalid.'.format(domain)
)
continue