mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed alert message typo
This commit is contained in:
parent
d1d7c240f9
commit
942de5497e
@ -104,7 +104,7 @@ func (e *DashAlertExtractor) GetAlerts() ([]*m.Alert, error) {
|
||||
panelQuery := findPanelQueryByRefId(panel, queryRefId)
|
||||
|
||||
if panelQuery == nil {
|
||||
return nil, ValidationError{Reason: "Alert refes to query that cannot be found"}
|
||||
return nil, ValidationError{Reason: "Alert refers to query that cannot be found"}
|
||||
}
|
||||
|
||||
dsName := ""
|
||||
|
Loading…
Reference in New Issue
Block a user