Repository: incubator-nifi Updated Branches: refs/heads/NIFI-292 b5fedbafe -> 538f9121c
NIFI-292: - Updating the wording of the connection endpoint description. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/538f9121 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/538f9121 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/538f9121 Branch: refs/heads/NIFI-292 Commit: 538f9121c9fdd7ba9d64fa9fdbbca8acd6a763b4 Parents: b5fedba Author: Matt Gilman <[email protected]> Authored: Fri May 1 13:37:02 2015 -0400 Committer: Matt Gilman <[email protected]> Committed: Fri May 1 13:37:02 2015 -0400 ---------------------------------------------------------------------- .../nifi-web-api/src/main/resources/templates/index.html.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/538f9121/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/resources/templates/index.html.hbs ---------------------------------------------------------------------- diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/resources/templates/index.html.hbs b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/resources/templates/index.html.hbs index 2fff0db..d40b5c8 100644 --- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/resources/templates/index.html.hbs +++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/resources/templates/index.html.hbs @@ -487,7 +487,7 @@ <div class="section"> <div class="section-header"> <div class="title link">Connections</div> - <div class="sub-title section-description">Create a connection, Set queue prioritizer, Update connection destination</div> + <div class="sub-title section-description">Create a connection, Set queue priority, Update connection destination</div> <div class="clear"></div> </div> <div id="connection-endpoints" class="section-endpoints hidden"></div>
