diff options
author | Byron Jones <bjones@mozilla.com> | 2014-02-19 07:24:24 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2014-02-19 07:24:24 +0100 |
commit | 73ff4ef9aad7237b4e63c0ff55df9d2853041fdb (patch) | |
tree | 3e86d0d5ea4a128f880b304719d4ba0aff5089f1 /extensions/BMO/template | |
parent | 17a75b947405dc45ece1657d9cbfef7d51ee9df8 (diff) | |
download | bugzilla-73ff4ef9aad7237b4e63c0ff55df9d2853041fdb.tar.gz bugzilla-73ff4ef9aad7237b4e63c0ff55df9d2853041fdb.tar.xz |
fix the header on the product security report
https://bugzilla.mozilla.org/show_bug.cgi?id=941671
Diffstat (limited to 'extensions/BMO/template')
-rw-r--r-- | extensions/BMO/template/en/default/pages/product_security_report.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/template/en/default/pages/product_security_report.html.tmpl b/extensions/BMO/template/en/default/pages/product_security_report.html.tmpl index c87f6a418..f5e1c05c8 100644 --- a/extensions/BMO/template/en/default/pages/product_security_report.html.tmpl +++ b/extensions/BMO/template/en/default/pages/product_security_report.html.tmpl @@ -16,7 +16,7 @@ <th>Product</th> <th>Default Security Group</th> <th>Default Group Visibility</th> - <th>Mozilla-Confidential</th> + <th>mozilla-employee-confidential Enabled</th> </tr> [% count = 0 %] |