diff options
author | Gervase Markham <gerv@gerv.net> | 2014-02-07 11:06:57 +0100 |
---|---|---|
committer | Gervase Markham <gerv@mozilla.org> | 2014-02-07 11:06:57 +0100 |
commit | 256930bd096b4dc4032b5be7b6333b890471ef3a (patch) | |
tree | 26cde802199af6cf163a4cbbf9b390e5d8eaf030 | |
parent | 8679e81c45ee25f4db6bbe98bfa542b68532782e (diff) | |
download | bugzilla-256930bd096b4dc4032b5be7b6333b890471ef3a.tar.gz bugzilla-256930bd096b4dc4032b5be7b6333b890471ef3a.tar.xz |
Clarify "delete groups" warning for groups on products. r=LpSolit, a=justdave.
https://bugzilla.mozilla.org/show_bug.cgi?id=951699
-rw-r--r-- | template/en/default/admin/groups/delete.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/admin/groups/delete.html.tmpl b/template/en/default/admin/groups/delete.html.tmpl index e5a04d3a9..915a88b72 100644 --- a/template/en/default/admin/groups/delete.html.tmpl +++ b/template/en/default/admin/groups/delete.html.tmpl @@ -115,7 +115,8 @@ ([% active.join(', ') FILTER html %]) [% IF hidden %] <strong>WARNING: This product is currently hidden. - Deleting this group will make this product publicly visible. + Deleting this group could make this product publicly visible + if no other group applies. </strong> [% END %]</li> [% END %] |