Explorar o código

pushover: update default message

Carl Bergquist %!s(int64=8) %!d(string=hai) anos
pai
achega
e2be6a38c4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pkg/services/alerting/notifiers/pushover.go

+ 1 - 1
pkg/services/alerting/notifiers/pushover.go

@@ -148,7 +148,7 @@ func (this *PushoverNotifier) Notify(evalContext *alerting.EvalContext) error {
 		message += fmt.Sprintf("\n<a href=\"%s\">Show graph image</a>", 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{}