]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Aliases can now be 40 characters long, see bug 1012506
authorFrédéric Buclin <LpSolit@gmail.com>
Wed, 9 Sep 2015 13:51:45 +0000 (15:51 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 9 Sep 2015 13:51:45 +0000 (15:51 +0200)
template/en/default/global/user-error.html.tmpl

index a0ae25c081b48412148e7f46b04cbc515f29ee11..7ca8c0298699c5c8644caa82d7ac147714986787 100644 (file)
@@ -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" %]