diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-09-09 15:50:25 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-09-09 15:50:25 +0200 |
commit | d9c18028d5a1d352e9bc7a85175034957b5eb026 (patch) | |
tree | c219a7c761a5a4b8ca2146f28dbc29791d521bf8 /template/en/default/global | |
parent | 9323c5ee46fbcb5dfd508ef382961a4820626889 (diff) | |
download | bugzilla-d9c18028d5a1d352e9bc7a85175034957b5eb026.tar.gz bugzilla-d9c18028d5a1d352e9bc7a85175034957b5eb026.tar.xz |
Aliases can now be 40 characters long, see bug 1012506
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 81d5055c6..625f637a2 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -94,7 +94,7 @@ [% ELSIF error == "alias_too_long" %] [% title = "Alias Too Long" %] - [% terms.Bug %] aliases cannot be longer than 20 characters. + [% terms.Bug %] aliases cannot be longer than 40 characters. Please choose a shorter alias. [% ELSIF error == "api_key_not_valid" %] |