diff --git a/pkg/services/alerting/extractor.go b/pkg/services/alerting/extractor.go index d78e84f6974..eb452b3ba15 100644 --- a/pkg/services/alerting/extractor.go +++ b/pkg/services/alerting/extractor.go @@ -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 := ""