Forráskód Böngészése

fix(alerting): typo

bergquist 9 éve
szülő
commit
a230ff65a9
1 módosított fájl, 1 hozzáadás és 1 törlés
  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,
 	}