]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 491198: The error message shouldn't say "didn't match anything" when entering...
authorSunil Joshi <joshi_sunil@in.com>
Tue, 20 Nov 2012 17:01:40 +0000 (18:01 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 20 Nov 2012 17:01:40 +0000 (18:01 +0100)
r/a=LpSolit

template/en/default/global/confirm-user-match.html.tmpl

index cf7825f71ef0c172f80407029dc95dcd4f094373..c31567a9cc5bdf08c974d88c009113f8b7f37ddc 100644 (file)
                   <b>[% query.value.users.0.identity FILTER html %]</b>
                 [% END %]
             [% ELSE %]
-                [% IF (query.key.length < 3) && !Param('emailsuffix') %]
+                [% IF query.key.length < 3 %]
                   <font color="#FF0000">was too short for substring match
                   (minimum 3 characters)</font>
                 [% ELSE %]