diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index c6efb5649..1ee33dd89 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1605,6 +1605,11 @@ [% admindocslinks = {'products.html' => 'Administering products'} %] You must enter a description for this product. + [% ELSIF error == "product_must_have_security_group" %] + [% title = "Product needs Security Group" %] + [% admindocslinks = {'products.html' => 'Administering products'} %] + You must enter a default security group for this product. + [% ELSIF error == "product_must_have_version" %] [% title = "Product needs Version" %] [% admindocslinks = {'products.html' => 'Administering products', |