ソースを参照

fix(alerting): typo

bergquist 9 年 前
コミット
a230ff65a9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pkg/api/alerting.go

+ 1 - 1
pkg/api/alerting.go

@@ -305,7 +305,7 @@ func PauseAllAlerts(c *middleware.Context, dto dtos.PauseAllAlertsCommand) Respo
 
 	result := map[string]interface{}{
 		"state":          response,
-		"message":        "alert " + pausedState,
+		"message":        "alerts " + pausedState,
 		"alertsAffected": updateCmd.ResultCount,
 	}