From d9c18028d5a1d352e9bc7a85175034957b5eb026 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 9 Sep 2015 15:50:25 +0200 Subject: Aliases can now be 40 characters long, see bug 1012506 --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/global') 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" %] -- cgit v1.2.3-24-g4f1b