Commit 397a12d4 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Bug 577835: Improve the error message displayed when you put an invalid

Bug URL into the See Also field.
parent 4c2c1974
......@@ -246,8 +246,14 @@
[% IF reason == 'http' %]
URLs must start with "http" or "https".
[% ELSIF reason == 'show_bug' %]
[%+ terms.Bug %] URLs should point to <code>show_bug.cgi</code>
in a [% terms.Bugzilla %] installation.
[%+ field_descs.see_also %] URLs should point to one of:
<ul>
<li><code>show_bug.cgi</code> in a [% terms.Bugzilla %]
installation.</li>
<li>A b[% %]ug on launchpad.net</li>
<li>An issue on code.google.com.</li>
<li>A b[% %]ug on b[% %]ugs.debian.org.</li>
</ul>
[% ELSIF reason == 'id' %]
There is no valid [% terms.bug %] id in that URL.
[% END %]
......
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