瀏覽代碼

pushover: update default message

Carl Bergquist 8 年之前
父節點
當前提交
e2be6a38c4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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{}