Explorar el Código

Fixed alert message typo

utkarshcmu hace 9 años
padre
commit
942de5497e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
 				panelQuery := findPanelQueryByRefId(panel, queryRefId)
 
 
 				if panelQuery == nil {
 				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 := ""
 				dsName := ""