diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-06-03 22:33:02 +0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-02-25 05:14:38 +0900 |
commit | 162abb758fad0bcb0cfc2f2834c6f32b1ee2f4a1 (patch) | |
tree | 35bf1259e4789a232214c97e2801c765823e3643 /template | |
parent | htaccess: fix apache-2.4 support (diff) | |
download | bugzilla-162abb758fad0bcb0cfc2f2834c6f32b1ee2f4a1.tar.gz bugzilla-162abb758fad0bcb0cfc2f2834c6f32b1ee2f4a1.tar.bz2 bugzilla-162abb758fad0bcb0cfc2f2834c6f32b1ee2f4a1.zip |
Bug 1168725: Fix typo in See Also documentation for launchpad.net
r=glob,a=glob
(cherry picked from commit 4ee100d6667d1a86905d4b37fca9b9b8e75bde1f)
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 ada7e4fb8..dde12415f 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -283,7 +283,7 @@ <ul> <li><code>show_bug.cgi</code> in a 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> |