mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 08:35:43 -06:00
fix(alerting): typo
This commit is contained in:
parent
8d6c94b9f9
commit
a230ff65a9
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user