From 60539763cf12f98d22b0207504a05d13007d3375 Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Sat, 15 Sep 2012 13:27:04 -0700 Subject: Bug 345878 - "Access Denied" should be "Bug Access Denied" [r=LpSolit 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 41205ccb6..a8eabb0d7 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -226,12 +226,12 @@ The attachment you are attempting to access has been removed. [% ELSIF error == "bug_access_denied" %] - [% title = "Access Denied" %] + [% title = "$terms.Bug Access Denied" %] [% admindocslinks = {'groups.html' => 'Group Security'} %] You are not authorized to access [% terms.bug %] #[% bug_id FILTER html %]. [% ELSIF error == "bug_access_query" %] - [% title = "Access Denied" %] + [% title = "$terms.Bug Access Denied" %] [% docslinks = {'myaccount.html' => 'Creating an account'} %] You are not authorized to access [% terms.bug %] #[% bug_id FILTER html %]. To see this [% terms.bug %], you must -- cgit v1.2.3-24-g4f1b