diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-10 17:59:51 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-10 18:08:36 +0100 |
commit | 8ba3f387cd09504cd0ca357b3557d705d044633b (patch) | |
tree | f99c82609dc493ba3c288a81a5ba152ae85d947e /template/en | |
parent | 2056caa180f907c6e5727954547dfd928cf6a360 (diff) | |
download | bugzilla-8ba3f387cd09504cd0ca357b3557d705d044633b.tar.gz bugzilla-8ba3f387cd09504cd0ca357b3557d705d044633b.tar.xz |
initial changes, no templates
Diffstat (limited to 'template/en')
-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.", } %] |