mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 00:14:17 +08:00
DEV: fixed capitalization in rate limit message (#11193)
This commit is contained in:
@ -167,7 +167,7 @@ class Middleware::RequestTracker
|
||||
request = Rack::Request.new(env)
|
||||
|
||||
if rate_limit(request)
|
||||
result = [429, {}, ["Slow down, too Many Requests from this IP Address"]]
|
||||
result = [429, {}, ["Slow down, too many requests from this IP address"]]
|
||||
return result
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user