From 319051c70eb522bcaa8307d29df193c8794d2e53 Mon Sep 17 00:00:00 2001 From: Kamal Galrani Date: Sun, 17 May 2020 17:27:43 +0530 Subject: [PATCH] Capitalize Grafana in test email notification (#24770) --- pkg/services/alerting/test_notification.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/services/alerting/test_notification.go b/pkg/services/alerting/test_notification.go index 311109ed607..f849caa6161 100644 --- a/pkg/services/alerting/test_notification.go +++ b/pkg/services/alerting/test_notification.go @@ -52,7 +52,7 @@ func createTestEvalContext(cmd *NotificationTestCommand) *EvalContext { DashboardID: 1, PanelID: 1, Name: "Test notification", - Message: "Someone is testing the alert notification within grafana.", + Message: "Someone is testing the alert notification within Grafana.", State: models.AlertStateAlerting, }