From e2be6a38c49d53f8cc36e3ea25d02953f6705d16 Mon Sep 17 00:00:00 2001 From: Carl Bergquist Date: Tue, 19 Dec 2017 14:31:14 +0100 Subject: [PATCH] pushover: update default message --- pkg/services/alerting/notifiers/pushover.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/services/alerting/notifiers/pushover.go b/pkg/services/alerting/notifiers/pushover.go index 5caef5437bf..067c02a4a5d 100644 --- a/pkg/services/alerting/notifiers/pushover.go +++ b/pkg/services/alerting/notifiers/pushover.go @@ -148,7 +148,7 @@ func (this *PushoverNotifier) Notify(evalContext *alerting.EvalContext) error { message += fmt.Sprintf("\nShow graph image", evalContext.ImagePublicUrl) } if message == "" { - message = "Nothing to see here! (Set a notification message to replace this text.)" + message = "Notification message missing (Set a notification message to replace this text.)" } q := url.Values{}