diff options
author | Byron Jones <glob@mozilla.com> | 2016-01-06 16:13:27 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2016-01-06 16:13:27 +0100 |
commit | 93919407f0e7e7a638d9e3c36640bd2f78d77367 (patch) | |
tree | 86aabc057e02a43e9f91ca23c66d6bd51c0cbd8f /template | |
parent | ead96aee04bbc8a470e572948190d8781ebf5290 (diff) | |
download | bugzilla-93919407f0e7e7a638d9e3c36640bd2f78d77367.tar.gz bugzilla-93919407f0e7e7a638d9e3c36640bd2f78d77367.tar.xz |
Bug 1237188 - add support for servicenow to the 'see also' field
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 1d3742b09..2ecad03fd 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -328,7 +328,7 @@ <ul> <li><code>show_bug.cgi</code> in a [% terms.Bugzilla %] installation.</li> - <li>A b[% %]ug on launchpad.net</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> <li>An issue in a JIRA installation.</li> @@ -337,8 +337,9 @@ <li>A b[% %]ug on sourceforge.net.</li> <li>An issue/pull request on github.com.</li> <li>A question on support.mozilla.org.</li> - <li>An Aha feature on aha.io</li> + <li>An Aha feature on aha.io.</li> <li>An issue on webcompat.com.</li> + <li>A request on ServiceNow.</li> </ul> [% ELSIF reason == 'id' %] There is no valid [% terms.bug %] id in that URL. |