Sfoglia il codice sorgente

Fixed alert message typo

utkarshcmu 9 anni fa
parent
commit
942de5497e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pkg/services/alerting/extractor.go

+ 1 - 1
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 := ""