SOLR-11648: message typo fixed

This commit is contained in:
Noble Paul 2018-01-23 20:19:12 +11:00
parent 288ed174ac
commit 3450d71d1a
1 changed files with 2 additions and 2 deletions

View File

@ -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();