From d0b82de8afb79809f8ecc3d39c337b2bcf46b0bc Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Fri, 30 Jul 2004 17:37:02 +0000 Subject: Bug 253447: Fix unhelpful error if user enters text in "blocks" field r=kiko a=justdave --- template/en/default/global/user-error.html.tmpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 503715ba2..fcd3ca4fd 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -356,15 +356,13 @@ [% ELSIF error == "invalid_bug_id_or_alias" %] [% title = BLOCK %]Invalid [% terms.Bug %] ID[% END %] - The '[% terms.bug %] number' [% bug_id FILTER html %] is invalid. + '[% bug_id FILTER html %]' is not a valid [% terms.bug %] number. [% IF Param("usebugaliases") %] It is neither [% terms.abug %] number nor an alias to [% terms.abug %] number. [% END %] If you are trying to use QuickSearch, you need to enable JavaScript - in your browser. To help us fix this limitation, add your comments to - bug 70907. + in your browser. [% ELSIF error == "invalid_changedsince" %] [% title = "Invalid 'Changed Since'" %] -- cgit v1.2.3-24-g4f1b