]> 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:50:25 +0000 (15:50 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 9 Sep 2015 13:50:25 +0000 (15:50 +0200)
template/en/default/global/user-error.html.tmpl

index 81d5055c6375afd628d5a5688a79b00204b05d35..625f637a24b44a183cc001718edc9aa7f1903b0e 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" %]