Просмотр исходного кода

Merge pull request #295 from jaimegago/master

Update dashLoader.js
Torkel Ödegaard 11 лет назад
Родитель
Сommit
39e19fdfba
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/app/controllers/dashLoader.js

+ 2 - 2
src/app/controllers/dashLoader.js

@@ -49,7 +49,7 @@ function (angular, _, moment) {
 
 
     $scope.set_default = function() {
     $scope.set_default = function() {
       if(dashboard.set_default($location.path())) {
       if(dashboard.set_default($location.path())) {
-        alertSrv.set('Home Set','This page has been set as your default Kibana dashboard','success',5000);
+        alertSrv.set('Home Set','This page has been set as your default dashboard','success',5000);
       } else {
       } else {
         alertSrv.set('Incompatible Browser','Sorry, your browser is too old for this feature','error',5000);
         alertSrv.set('Incompatible Browser','Sorry, your browser is too old for this feature','error',5000);
       }
       }
@@ -57,7 +57,7 @@ function (angular, _, moment) {
 
 
     $scope.purge_default = function() {
     $scope.purge_default = function() {
       if(dashboard.purge_default()) {
       if(dashboard.purge_default()) {
-        alertSrv.set('Local Default Clear','Your Kibana default dashboard has been reset to the default',
+        alertSrv.set('Local Default Clear','Your default dashboard has been reset to the default',
           'success',5000);
           'success',5000);
       } else {
       } else {
         alertSrv.set('Incompatible Browser','Sorry, your browser is too old for this feature','error',5000);
         alertSrv.set('Incompatible Browser','Sorry, your browser is too old for this feature','error',5000);