mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
Correct typo in DashboardInputMissingError
This commit is contained in:
parent
53cd39fde5
commit
89a17a4ace
@ -35,7 +35,7 @@ type DashboardInputMissingError struct {
|
||||
}
|
||||
|
||||
func (e DashboardInputMissingError) Error() string {
|
||||
return fmt.Sprintf("Dashbord input variable: %v missing from import command", e.VariableName)
|
||||
return fmt.Sprintf("Dashboard input variable: %v missing from import command", e.VariableName)
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
Loading…
Reference in New Issue
Block a user