fix(alerting): typo

This commit is contained in:
bergquist 2016-12-19 16:44:59 +01:00
parent 8d6c94b9f9
commit a230ff65a9

View File

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