You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2018/01/23 09:19:20 UTC

lucene-solr:branch_7x: SOLR-11648: message typo fixed

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x d20a2d4fd -> e785dd7f2


SOLR-11648: message typo fixed


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/e785dd7f
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/e785dd7f
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/e785dd7f

Branch: refs/heads/branch_7x
Commit: e785dd7f26deea7d4c11b809fc785670db5826f9
Parents: d20a2d4
Author: Noble Paul <no...@apache.org>
Authored: Tue Jan 23 20:19:12 2018 +1100
Committer: Noble Paul <no...@apache.org>
Committed: Tue Jan 23 20:19:12 2018 +1100

----------------------------------------------------------------------
 solr/webapp/web/js/angular/controllers/cluster-suggestions.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e785dd7f/solr/webapp/web/js/angular/controllers/cluster-suggestions.js
----------------------------------------------------------------------
diff --git a/solr/webapp/web/js/angular/controllers/cluster-suggestions.js b/solr/webapp/web/js/angular/controllers/cluster-suggestions.js
index bdb2a37..d75622e 100644
--- a/solr/webapp/web/js/angular/controllers/cluster-suggestions.js
+++ b/solr/webapp/web/js/angular/controllers/cluster-suggestions.js
@@ -26,10 +26,10 @@ function($scope,$http) {
             x.loading = false;
             x.done = true;
             x.run=true;
-            $scope.msg = "Post Data Submitted Successfully!";
+            $scope.msg = "Command Submitted Successfully!";
         }, function (response) {
             x.failed=true;
-            $scope.msg = "Service not Exists";
+            $scope.msg = "Service does not exist";
             $scope.statusval = response.status;
             $scope.statustext = response.statusText;
             $scope.headers = response.headers();