diff options
author | Byron Jones <bjones@mozilla.com> | 2013-05-13 10:22:53 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-05-13 10:22:53 +0200 |
commit | 9fc87e8123b083025d3484e210365479501e1c66 (patch) | |
tree | dcc134ffa5162416981a0d9d5ea2acf34256814b /extensions/BMO/template/en/default | |
parent | 77706116730e6cae7d844bf465b02f5a2bd2de23 (diff) | |
download | bugzilla-9fc87e8123b083025d3484e210365479501e1c66.tar.gz bugzilla-9fc87e8123b083025d3484e210365479501e1c66.tar.xz |
Add missing error object for the product-security-report
Diffstat (limited to 'extensions/BMO/template/en/default')
-rw-r--r-- | extensions/BMO/template/en/default/hook/global/user-error-auth_failure_object.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/hook/global/user-error-auth_failure_object.html.tmpl b/extensions/BMO/template/en/default/hook/global/user-error-auth_failure_object.html.tmpl index 0a674aa30..ce855ad97 100644 --- a/extensions/BMO/template/en/default/hook/global/user-error-auth_failure_object.html.tmpl +++ b/extensions/BMO/template/en/default/hook/global/user-error-auth_failure_object.html.tmpl @@ -2,4 +2,6 @@ the group administrators report [% ELSIF object == 'email_queue' %] the email queue status report +[% ELSIF object == 'product_security' %] + the product security report [% END %] |