summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2012-05-07 16:57:31 +0200
committerTiago Mello <timello@gmail.com>2012-05-07 16:57:31 +0200
commit4e5dcf363dd1ffa63f0d7a190fa61891061ddea2 (patch)
tree53c0216debd37b12c8ba2c82b76f054f3ee304a5 /template/en/default/global/user-error.html.tmpl
parent8837967f9754641c7cf4a9bf2a5bc6e73244df15 (diff)
downloadbugzilla-4e5dcf363dd1ffa63f0d7a190fa61891061ddea2.tar.gz
bugzilla-4e5dcf363dd1ffa63f0d7a190fa61891061ddea2.tar.xz
Bug 571740: Add support for getsatisfaction for the See Also field
r=timello, a=LpSolit
Diffstat (limited to 'template/en/default/global/user-error.html.tmpl')
-rw-r--r--template/en/default/global/user-error.html.tmpl6
1 files changed, 3 insertions, 3 deletions
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:
<ul>
<li><code>show_bug.cgi</code> in a [% terms.Bugzilla %]
@@ -257,8 +259,6 @@
<li>An issue on github.com.</li>
[% Hook.process('bug_url_invalid_tracker') %]
</ul>
- [% ELSIF reason == 'id' %]
- There is no valid [% terms.bug %] id in that URL.
[% END %]
[% ELSIF error == "bug_url_too_long" %]