NIFI-177 text change for about dialogue
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/fdce4f5b Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/fdce4f5b Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/fdce4f5b Branch: refs/heads/nifi-27 Commit: fdce4f5b1a630e0bd06d479bf3afd40e7ffe7f2a Parents: 9c2c399 Author: joewitt <[email protected]> Authored: Tue Dec 16 18:20:08 2014 -0500 Committer: joewitt <[email protected]> Committed: Tue Dec 16 18:20:08 2014 -0500 ---------------------------------------------------------------------- .../src/main/webapp/WEB-INF/partials/canvas/about-dialog.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/fdce4f5b/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/about-dialog.jsp ---------------------------------------------------------------------- diff --git a/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/about-dialog.jsp b/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/about-dialog.jsp index ba48712..12c5246 100644 --- a/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/about-dialog.jsp +++ b/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/about-dialog.jsp @@ -20,8 +20,8 @@ <div id="nf-about-content"> <span id="nf-version"></span> <p> - NiFi is a framework to support highly scalable and flexible dataflow scaling from a - laptop through an enterprise class server handling just a few transfers per day or millions. + Apache NiFi (incubating) is a framework to support highly scalable and flexible dataflows. + It can be run on on laptops up through clusters of enterprise class servers. Instead of dictating a particular dataflow or behavior it empowers you to design your own optimal dataflow tailored to your specific environment. </p>
