소스 검색

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