From 4e5dcf363dd1ffa63f0d7a190fa61891061ddea2 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Mon, 7 May 2012 11:57:31 -0300 Subject: Bug 571740: Add support for getsatisfaction for the See Also field r=timello, a=LpSolit --- template/en/default/global/user-error.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 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 72d0241a0..eb77420f0 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -242,7 +242,9 @@ URLs must start with "http" or "https". [% ELSIF reason == 'path_only' %] You must specify a full URL. - [% ELSIF reason == 'show_bug' %] + [% ELSIF reason == 'id' %] + There is no valid [% terms.bug %] id in that URL. + [% ELSE %] [%+ field_descs.see_also FILTER html %] URLs should point to one of: - [% ELSIF reason == 'id' %] - There is no valid [% terms.bug %] id in that URL. [% END %] [% ELSIF error == "bug_url_too_long" %] -- cgit v1.2.1