diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-18 05:27:33 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-18 05:27:33 +0100 |
commit | 58137cf628bb0989a671e896a2f8b9021c6d60a4 (patch) | |
tree | 6e66da38a558f1811b4089c56a1414c3acbec3e7 /template/en | |
parent | 9a9a5a5229f102fdb629029bed7a200cde6a5a68 (diff) | |
download | bugzilla-58137cf628bb0989a671e896a2f8b9021c6d60a4.tar.gz bugzilla-58137cf628bb0989a671e896a2f8b9021c6d60a4.tar.xz |
Revert "Merge remote-tracking branch 'dylanwh/unextend-schema' into unstable"
This reverts commit b70a4853a02d9011a3f0ba2a1d563df18810c934, reversing
changes made to de95ef821f24d08c629ac764c7524970f968d70c.
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/params/groupsecurity.html.tmpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/template/en/default/admin/params/groupsecurity.html.tmpl b/template/en/default/admin/params/groupsecurity.html.tmpl index e20c18421..041af6833 100644 --- a/template/en/default/admin/params/groupsecurity.html.tmpl +++ b/template/en/default/admin/params/groupsecurity.html.tmpl @@ -50,14 +50,13 @@ usevisibilitygroups => "Do you wish to restrict visibility of users to members of " _ "specific groups?", - + strict_isolation => "Don't allow users to be assigned to, " _ "be qa-contacts on, " _ "be added to CC list, " _ "or make or remove dependencies " _ "involving any bug that is in a product on which that " _ - "user is forbidden to edit.", + "user is forbidden to edit.", - always_fileablr_grpups => "Groups in which you can always file a bug, regardless of product or user.", } %] |