From: Sunil Joshi Date: Tue, 20 Nov 2012 17:01:40 +0000 (+0100) Subject: Bug 491198: The error message shouldn't say "didn't match anything" when entering... X-Git-Tag: bugzilla-4.5.1~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c9cbab0743dd8ae1479976f9d47f47af3fa46d5;p=thirdparty%2Fbugzilla.git Bug 491198: The error message shouldn't say "didn't match anything" when entering a too short name (when emailsuffix is in use) r/a=LpSolit --- diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl index cf7825f71e..c31567a9cc 100644 --- a/template/en/default/global/confirm-user-match.html.tmpl +++ b/template/en/default/global/confirm-user-match.html.tmpl @@ -136,7 +136,7 @@ [% query.value.users.0.identity FILTER html %] [% END %] [% ELSE %] - [% IF (query.key.length < 3) && !Param('emailsuffix') %] + [% IF query.key.length < 3 %] was too short for substring match (minimum 3 characters) [% ELSE %]