Commit 6a0f530f by Kamal Galrani Committed by GitHub

fixes spelling error (#26253)

parent 5f8eb93d
......@@ -193,7 +193,7 @@ func (hs *HTTPServer) getFrontendSettingsMap(c *models.ReqContext) (map[string]i
"alertingNoDataOrNullValues": setting.AlertingNoDataOrNullValues,
"alertingMinInterval": setting.AlertingMinInterval,
"autoAssignOrg": setting.AutoAssignOrg,
"verfiyEmailEnabled": setting.VerifyEmailEnabled,
"verifyEmailEnabled": setting.VerifyEmailEnabled,
"exploreEnabled": setting.ExploreEnabled,
"googleAnalyticsId": setting.GoogleAnalyticsId,
"disableLoginForm": setting.DisableLoginForm,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment