Explorar o código

fix(alerting): typo

bergquist %!s(int64=9) %!d(string=hai) anos
pai
achega
a230ff65a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
 	}