diff options
author | Byron Jones <bjones@mozilla.com> | 2013-03-04 18:50:21 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-03-04 18:50:21 +0100 |
commit | 1143f1d0a5162c60e8bc893f0c9c6f2c5aa559d0 (patch) | |
tree | f95da96f1c1b09fe03b0d4bb5458303c0ad9db22 /extensions/BMO/template/en/default | |
parent | f32983cb6542f0ed0fbf2f5d31dc72844b360106 (diff) | |
download | bugzilla-1143f1d0a5162c60e8bc893f0c9c6f2c5aa559d0.tar.gz bugzilla-1143f1d0a5162c60e8bc893f0c9c6f2c5aa559d0.tar.xz |
Fix bugword errors
https://bugzilla.mozilla.org/show_bug.cgi?id=846910
Diffstat (limited to 'extensions/BMO/template/en/default')
-rw-r--r-- | extensions/BMO/template/en/default/pages/researchers.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/BMO/template/en/default/pages/researchers.html.tmpl b/extensions/BMO/template/en/default/pages/researchers.html.tmpl index bb93e84aa..5f63bae62 100644 --- a/extensions/BMO/template/en/default/pages/researchers.html.tmpl +++ b/extensions/BMO/template/en/default/pages/researchers.html.tmpl @@ -13,9 +13,9 @@ <h2>[% terms.Bugzilla %] Data For Researchers</h2> -<p>Sanitized dumps of the contents of Bugzilla (with protected classes of bugs including,<br> - but not limited to, security, legal and HR removed) are available to interested researchers.<br> - Please contact Mike Hoye - <a href="mailto:mhoye@mozilla.com">mhoye@mozilla.com</a> +<p>Sanitized dumps of the contents of [% terms.Bugzilla %] (with protected classes of [% terms.bugs %] including,<br> + but not limited to, security, legal and HR removed) are available to interested researchers.<br> + Please contact Mike Hoye - <a href="mailto:mhoye@mozilla.com">mhoye@mozilla.com</a> - for information.</p> [% INCLUDE global/footer.html.tmpl %] |