diff options
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index cda3d2e5d..1dd747f30 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -766,6 +766,13 @@ '[% product FILTER html %]' product can not be restricted to that group. + [% ELSIF error == "group_restriction_not_allowed" %] + [% title = "Group Restriction Not Allowed" %] + You tried to restrict [% terms.abug %] to the "[% name FILTER html %]" + group, but either this group does not exist, or you are not allowed + to restrict [% terms.bugs %] to this group in the "[% product.name FILTER html %]" + product. + [% ELSIF error == "group_not_specified" %] [% title = "Group not specified" %] No group was specified. |