diff options
author | Byron Jones <glob@mozilla.com> | 2014-07-22 09:14:29 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-07-22 09:14:29 +0200 |
commit | 235190a76c418d89f808f48d174bdcde5add4073 (patch) | |
tree | affd4b7770812a645f5ae03082acb58952e56ad6 /extensions | |
parent | 19a2e087bb484d083411f17a8cee5077990af217 (diff) | |
download | bugzilla-235190a76c418d89f808f48d174bdcde5add4073.tar.gz bugzilla-235190a76c418d89f808f48d174bdcde5add4073.tar.xz |
Bug 1040841: fix the missing space in the form.legal error message
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl | 11 |
1 files changed, 6 insertions, 5 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 9167ffd09..c7fb31009 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 @@ -16,10 +16,11 @@ [% 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. + 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 [% terms.abug %] yourself. However, you + can contact Mozilla Legal through either legal-notices@mozilla.com or + trademarks@mozilla.com, as appropriate. </p> [% END %] |