From e259f746c797a19f6417e71895fa4584fbefde7b Mon Sep 17 00:00:00 2001
From: David Lawrence
Date: Fri, 18 Jul 2014 18:11:47 +0000
Subject: Bug 1040841: Provide good error message when people can't use
form.legal
---
.../en/default/hook/global/user-error-error_message.html.tmpl | 10 ++++++++++
1 file changed, 10 insertions(+)
(limited to 'extensions')
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.
[% END %]
+
+[% IF error == 'entry_access_denied' && product == 'Legal' %]
+
+ 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.
+
+[% END %]
--
cgit v1.2.3-24-g4f1b