diff options
author | 2012-04-13 01:09:54 +0200 | |
---|---|---|
committer | 2012-04-13 01:09:54 +0200 | |
commit | 56414122a1bde2bd45b2bba590ee8f1a6bb40648 (patch) | |
tree | 49897716ef5b060aed2c9f61de5bcc05bb7f2d83 /template/en | |
parent | Bug 340439: Include classifications in config.cgi (diff) | |
download | bugzilla-56414122a1bde2bd45b2bba590ee8f1a6bb40648.tar.gz bugzilla-56414122a1bde2bd45b2bba590ee8f1a6bb40648.tar.bz2 bugzilla-56414122a1bde2bd45b2bba590ee8f1a6bb40648.zip |
Bug 349337: The time between two successive token requests should be a constant
r/a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 57fa180e7..21fb68141 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1618,7 +1618,8 @@ [% ELSIF type == "account" %] an account [% END %] - token too recently to request another. Please wait a while and try again. + token too recently to request another. + Please wait [% constants.ACCOUNT_CHANGE_INTERVAL %] minutes then try again. [% ELSIF error == "unknown_action" %] [% IF action %] |