From 4c9f9a8c49e9f25096ee3b6982b197e9efa6dd60 Mon Sep 17 00:00:00 2001 From: Mary Umoh Date: Thu, 29 Jun 2017 16:03:46 -0700 Subject: Bug 1355169 - Add rate-limiting to show_bug.cgi and rest.cgi * fix mistake * Update * Updates * remove other file --- template/en/default/global/user-error.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/en/default/global') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 29408e193..9d241ea71 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1812,6 +1812,10 @@ The token you submitted does not exist, has expired, or has been canceled. + [% ELSIF error == "rate_limit" %] + [% title = "Rate Limit Exceeded" %] + You have exceeded the rate limit. + [% ELSIF error == "too_soon_for_new_token" %] [% title = "Too Soon For New Token" %] You have requested -- cgit v1.2.3-24-g4f1b