summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-07-18 20:11:47 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-07-18 20:11:47 +0200
commite259f746c797a19f6417e71895fa4584fbefde7b (patch)
treeb68b422104da3bc11464b84e96919711703b4fae /extensions
parent809f7531ca073da9f543a59769d1dab617915d71 (diff)
downloadbugzilla-e259f746c797a19f6417e71895fa4584fbefde7b.tar.gz
bugzilla-e259f746c797a19f6417e71895fa4584fbefde7b.tar.xz
Bug 1040841: Provide good error message when people can't use form.legal
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl b/extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl
index de1848495..9167ffd09 100644
--- a/extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl
+++ b/extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl
@@ -13,3 +13,13 @@
out how to get the necessary permissions</a>.
</p>
[% END %]
+
+[% IF error == 'entry_access_denied' && product == 'Legal' %]
+ <p>
+ Unfortunately, we need to keep [% terms.bugs %] in the Legal product restricted to
+ employees, in order to preserve attorney-client privilege and protect confidentiality.
+ Due to the way [% terms.Bugzilla %] works, this means we can't let you file such a
+ [% terms.bug %] yourself. However, you can contact Mozilla Legal through either
+ legal-notices@mozilla.com or trademarks@mozilla.com, as appropriate.
+ </p>
+[% END %]