diff options
author | 2015-09-09 15:51:45 +0200 | |
---|---|---|
committer | 2015-09-09 15:51:45 +0200 | |
commit | 40da871fad98106306d66f3e99d3182bdc5462ef (patch) | |
tree | 59f1897dec7d9e4ad745f4900594e283e5765e2f /template/en | |
parent | Bug 1201041: Allow OpenType fonts as well as TrueType (.otf as well as .ttf) ... (diff) | |
download | bugzilla-40da871fad98106306d66f3e99d3182bdc5462ef.tar.gz bugzilla-40da871fad98106306d66f3e99d3182bdc5462ef.tar.bz2 bugzilla-40da871fad98106306d66f3e99d3182bdc5462ef.zip |
Aliases can now be 40 characters long, see bug 1012506
Diffstat (limited to 'template/en')
-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 a0ae25c08..7ca8c0298 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" %] |