Repository: incubator-nifi Updated Branches: refs/heads/NIFI-250 56f8dd972 -> be3254c94
NIFI-250: - Fixing typo in the scope tooltip. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/21ab41fb Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/21ab41fb Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/21ab41fb Branch: refs/heads/NIFI-250 Commit: 21ab41fbe1cbd3460eb544ba96c18e120e7e67e3 Parents: 56f8dd9 Author: Matt Gilman <[email protected]> Authored: Fri Mar 27 09:16:24 2015 -0400 Committer: Matt Gilman <[email protected]> Committed: Fri Mar 27 09:16:24 2015 -0400 ---------------------------------------------------------------------- .../WEB-INF/partials/canvas/disable-controller-service-dialog.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/21ab41fb/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/disable-controller-service-dialog.jsp ---------------------------------------------------------------------- diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/disable-controller-service-dialog.jsp b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/disable-controller-service-dialog.jsp index 0cb1195..bd46871 100644 --- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/disable-controller-service-dialog.jsp +++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/disable-controller-service-dialog.jsp @@ -29,7 +29,7 @@ <div class="setting-name">Scope</div> <div class="setting-field"> Service and referencing components - <img class="setting-icon icon-info" src="images/iconInfo.png" alt="Info" title="Referencing components must disabled/stopped in order to disable this service."/> + <img class="setting-icon icon-info" src="images/iconInfo.png" alt="Info" title="Referencing components must be disabled/stopped in order to disable this service."/> </div> </div> <div id="disable-controller-service-progress-container" class="setting hidden">
