diff options
author | Matt Selsky <selsky@columbia.edu> | 2014-11-24 19:36:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-30 21:32:37 +0000 |
commit | 51ae055728e7c266e8d192c8bfd836af17eda288 (patch) | |
tree | c71230e44756dbfeb273348effdbe53635161dc9 /template | |
parent | Add a custom 500 error page explaining attaching problems (diff) | |
download | bugzilla-51ae055728e7c266e8d192c8bfd836af17eda288.tar.gz bugzilla-51ae055728e7c266e8d192c8bfd836af17eda288.tar.bz2 bugzilla-51ae055728e7c266e8d192c8bfd836af17eda288.zip |
Bug 919122 - support for sourceforge.net Allura bugs in see_also field. r=gerv.
(cherry picked from commit 34f2b77f153f9f5ab4a4ef6723dcc31fff50a4d9)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 4ebb0b95b..da14f55ad 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -289,7 +289,7 @@ <li>An issue in a JIRA installation.</li> <li>A ticket in a Trac installation.</li> <li>A b[% %]ug in a MantisBT installation.</li> - <li>A b[% %]ug on sourceforge.net.</li> + <li>A b[% %]ug or ticket on sourceforge.net.</li> <li>An issue/pull request on github.com.</li> <li>An issue/merge request on a GitLab system.</li> <li>A task on a Flyspray tracking system.</li> |