Commit 3c9cbab0 authored by Sunil Joshi's avatar Sunil Joshi Committed by Frédéric Buclin

Bug 491198: The error message shouldn't say "didn't match anything" when…

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
parent d0dd0615
......@@ -136,7 +136,7 @@
<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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment