diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-10 21:55:59 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-10 21:55:59 +0100 |
commit | b70a4853a02d9011a3f0ba2a1d563df18810c934 (patch) | |
tree | 9b9b2bf4b76c392b0597b19ec2b4f5b508f8be21 /template | |
parent | de95ef821f24d08c629ac764c7524970f968d70c (diff) | |
parent | 8ba3f387cd09504cd0ca357b3557d705d044633b (diff) | |
download | bugzilla-b70a4853a02d9011a3f0ba2a1d563df18810c934.tar.gz bugzilla-b70a4853a02d9011a3f0ba2a1d563df18810c934.tar.xz |
Merge remote-tracking branch 'dylanwh/unextend-schema' into unstable
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/params/groupsecurity.html.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/admin/params/groupsecurity.html.tmpl b/template/en/default/admin/params/groupsecurity.html.tmpl index 041af6833..e20c18421 100644 --- a/template/en/default/admin/params/groupsecurity.html.tmpl +++ b/template/en/default/admin/params/groupsecurity.html.tmpl @@ -50,13 +50,14 @@ 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.", } %] |