From 3c9cbab0743dd8ae1479976f9d47f47af3fa46d5 Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Tue, 20 Nov 2012 18:01:40 +0100 Subject: 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 --- template/en/default/global/confirm-user-match.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl index cf7825f71..c31567a9c 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 %] -- cgit v1.2.3-24-g4f1b