Skip to content

Commit 235190a

Browse files
committed
Bug 1040841: fix the missing space in the form.legal error message
1 parent 19a2e08 commit 235190a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616

1717
[% IF error == 'entry_access_denied' && product == 'Legal' %]
1818
<p>
19-
Unfortunately, we need to keep [% terms.bugs %] in the Legal product restricted to
20-
employees, in order to preserve attorney-client privilege and protect confidentiality.
21-
Due to the way [% terms.Bugzilla %] works, this means we can't let you file such a
22-
[% terms.bug %] yourself. However, you can contact Mozilla Legal through either
23-
legal-notices@mozilla.com or trademarks@mozilla.com, as appropriate.
19+
Unfortunately, we need to keep [% terms.bugs %] in the Legal product
20+
restricted to employees, in order to preserve attorney-client privilege and
21+
protect confidentiality. Due to the way [% terms.Bugzilla %] works, this
22+
means we can't let you file such [% terms.abug %] yourself. However, you
23+
can contact Mozilla Legal through either legal-notices@mozilla.com or
24+
trademarks@mozilla.com, as appropriate.
2425
</p>
2526
[% END %]

0 commit comments

Comments
 (0)