diff --git a/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-go-to.js b/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-go-to.js index ddc501a7f7..18812c4aee 100644 --- a/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-go-to.js +++ b/nar-bundles/framework-bundle/framework/web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-go-to.js @@ -489,7 +489,7 @@ nf.GoTo = (function () { } // show the dialog - $('#connections-dialog').modal('setHeaderText', 'Downstream Connections').modal('show'); + $('#connections-dialog').modal('setHeaderText', 'Upstream Connections').modal('show'); }).fail(nf.Common.handleAjaxError); },