Browse Source

pushover: update default message

Carl Bergquist 8 years ago
parent
commit
e2be6a38c4
1 changed files with 1 additions and 1 deletions
  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)
 		message += fmt.Sprintf("\n<a href=\"%s\">Show graph image</a>", evalContext.ImagePublicUrl)
 	}
 	}
 	if message == "" {
 	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{}
 	q := url.Values{}