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{}