From bc82259f9284e3d682536086637ace46cd8ab6ea Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 1 Aug 2011 10:32:12 +0200 Subject: Bug 674574: When all components or versions are disabled, you cannot enter bugs into the product but it's listed in enter_bug.cgi anyway r=dkl a=LpSolit --- template/en/default/global/user-error.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/global/user-error.html.tmpl') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 3e831c0c4..52ac64ddd 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1128,7 +1128,7 @@ [% admindocslinks = {'products.html' => 'Administering products', 'components.html' => 'Creating a component'} %] Sorry, the product [% product.name FILTER html %] - has to have at least one component in order for you to + has to have at least one active component in order for you to enter [% terms.abug %] into it.
[% IF user.in_group("editcomponents", product.id) %] Create @@ -1195,7 +1195,7 @@ [% title = "Missing Version" %] [% admindocslinks = {'versions.html' => 'Defining versions'} %] Sorry, the product [% product.name FILTER html %] - has to have at least one version in order for you to + has to have at least one active version in order for you to enter [% terms.abug %] into it.
[% IF user.in_group("editcomponents", product.id) %]
Create -- cgit v1.2.3-24-g4f1b