diff options
author | David Lawrence <dkl@redhat.com> | 2014-05-19 21:00:50 +0200 |
---|---|---|
committer | David Lawrence <dkl@redhat.com> | 2014-05-19 21:00:50 +0200 |
commit | 9365f5f3c2720e0eaa0fb7ee40a0c5b201287843 (patch) | |
tree | 97970ccbec6a417e6178340c8c98f3e181d5e45a /template/en | |
parent | 3f35dd081156d231710553099f01f40481aa187a (diff) | |
download | bugzilla-9365f5f3c2720e0eaa0fb7ee40a0c5b201287843.tar.gz bugzilla-9365f5f3c2720e0eaa0fb7ee40a0c5b201287843.tar.xz |
Bug 1009215 - add support for support.mozilla.org links to see_also
r=glob
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index bd8e57a69..54d0f696a 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -275,6 +275,7 @@ <li>A b[% %]ug in a MantisBT installation.</li> <li>A b[% %]ug on sourceforge.net.</li> <li>An issue on github.com.</li> + <li>A question on support.mozilla.org</li> </ul> [% ELSIF reason == 'id' %] There is no valid [% terms.bug %] id in that URL. |