From 74ddebc8ea0c0a8fadf364860b1f1bbdd1a4e335 Mon Sep 17 00:00:00 2001 From: Callum Loh Date: Tue, 29 Aug 2017 16:08:51 +1000 Subject: [PATCH] Fix spelling for Hipchat notifier (#9112) --- pkg/services/alerting/notifiers/hipchat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/services/alerting/notifiers/hipchat.go b/pkg/services/alerting/notifiers/hipchat.go index 0eb21865b9f..aefa7de6ede 100644 --- a/pkg/services/alerting/notifiers/hipchat.go +++ b/pkg/services/alerting/notifiers/hipchat.go @@ -84,7 +84,7 @@ func (this *HipChatNotifier) Notify(evalContext *alerting.EvalContext) error { return err } - message := evalContext.GetNotificationTitle() + " in state " + evalContext.GetStateModel().Text + "
Check Dasboard" + message := evalContext.GetNotificationTitle() + " in state " + evalContext.GetStateModel().Text + "
Check Dashboard" fields := make([]map[string]interface{}, 0) message += "
" for index, evt := range evalContext.EvalMatches {