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:24:02 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master 288ed174a -> 3450d71d1


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/3450d71d
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3450d71d
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3450d71d

Branch: refs/heads/master
Commit: 3450d71d1a7a3279672ef4d40b834698b91879fb
Parents: 288ed17
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:23:40 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/3450d71d/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();