diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/service/GhostControllerService.java b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/service/GhostControllerService.java index ff0086b387..7d80072bd8 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/service/GhostControllerService.java +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/service/GhostControllerService.java @@ -47,7 +47,7 @@ public class GhostControllerService implements ControllerService { .input("Any Property") .subject("Missing Controller Service") .valid(false) - .explanation("Controller Service is of type " + canonicalClassName + ", but this is not a valid Reporting Task type") + .explanation("Controller Service is of type " + canonicalClassName + ", but this is not a valid Controller Service type") .build()); }