Browse Source

fix(alertlist): better description

bergquist 9 years ago
parent
commit
1cb45c3416
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/plugins/panel/alertlist/module.ts

+ 1 - 1
public/app/plugins/panel/alertlist/module.ts

@@ -14,7 +14,7 @@ class AlertListPanel extends PanelCtrl {
 
   showOptions = [
     {text: 'Current state', value: 'current'},
-    {text: 'State changes', value: 'changes'}
+    {text: 'Recent state changes', value: 'changes'}
   ];
 
   stateFilter: any = {};