diff options
author | Matt Selsky <selsky@columbia.edu> | 2014-11-24 20:36:43 +0100 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2014-11-24 20:36:43 +0100 |
commit | 34f2b77f153f9f5ab4a4ef6723dcc31fff50a4d9 (patch) | |
tree | 272edd6482344dd0b268b85511483a448679bf03 /template/en/default/global | |
parent | 3afc1b782bca835fd0a35e7162b29c1972704eff (diff) | |
download | bugzilla-34f2b77f153f9f5ab4a4ef6723dcc31fff50a4d9.tar.gz bugzilla-34f2b77f153f9f5ab4a4ef6723dcc31fff50a4d9.tar.xz |
Bug 919122 - support for sourceforge.net Allura bugs in see_also field. r=gerv.
Diffstat (limited to 'template/en/default/global')
-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 78d8823f5..015f18525 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -291,7 +291,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> [% Hook.process('bug_url_invalid_tracker') %] </ul> |