From 1cb45c341693b259e0608e80622a0269bebe227f Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 19 Sep 2016 10:11:33 +0200 Subject: [PATCH] fix(alertlist): better description --- public/app/plugins/panel/alertlist/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/panel/alertlist/module.ts b/public/app/plugins/panel/alertlist/module.ts index 7adf072cb0d..96d7ad18e7c 100644 --- a/public/app/plugins/panel/alertlist/module.ts +++ b/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 = {};