Fixed alert message typo

This commit is contained in:
utkarshcmu 2016-11-02 18:13:11 -07:00
parent d1d7c240f9
commit 942de5497e

View File

@ -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 := ""