indent and title fix
[civicrm-core.git] / ang / crmStatusPage / StatusPageCtrl.js
index 822a392e6d7d7a3d5d20b5b2558c06ad01a04ce1..f1d2966706f7705e927c2dcc1288321db9014e78 100644 (file)
@@ -26,7 +26,7 @@
       
       $scope.countVisible = function(visibility) {
         return _.filter($scope.statuses, function(s) {
-          return s.is_visible == visibility && s.severity_id >= 3;
+          return s.is_visible == visibility && s.severity_id >= 2;
         }).length;
       };
     });