diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index ee60fdff3..a885f9558 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -182,7 +182,7 @@ [% IF group.size %] <br> <strong> - Only users in the selected groups can view this bug: + Only users in all of the selected groups can view this bug: </strong> <br> <font size="-1"> diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 335c599ef..926b8415b 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -308,7 +308,7 @@ [% IF groups.size > 0 %] <br> - <b>Only users in the selected groups can view this bug:</b> + <b>Only users in all of the selected groups can view this bug:</b> <br> <font size="-1">(Unchecking all boxes makes this a public bug.)</font> <br> |