From 38266465177b003d4ec711ac8c2631a8a5fe8c79 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 29 Nov 2007 01:30:53 +0000 Subject: Bug 405787: product_access_denied error tag defined twice in user-error.html.tmpl - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index b0c087530..2848ab5a4 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1255,7 +1255,7 @@ create the milestone '[% defaultmilestone FILTER html %]' before it can be made the default milestone for product '[% product FILTER html %]'. - [% ELSIF error == "product_access_denied" %] + [% ELSIF error == "product_admin_denied" %] [% title = "Product Access Denied" %] You are not allowed to edit properties of product '[% product FILTER html %]'. -- cgit v1.2.3-24-g4f1b