diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2012-09-15 13:27:04 -0700 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2012-09-15 13:27:04 -0700 |
commit | 60539763cf12f98d22b0207504a05d13007d3375 (patch) | |
tree | 29114ed16b795809f4091ed3aee71eb509b572d1 /template/en/default/global/user-error.html.tmpl | |
parent | 03940ba0028b1106884dbfedadccb1ebea24be6a (diff) | |
download | bugs-60539763cf12f98d22b0207504a05d13007d3375.tar bugs-60539763cf12f98d22b0207504a05d13007d3375.tar.gz bugs-60539763cf12f98d22b0207504a05d13007d3375.tar.bz2 bugs-60539763cf12f98d22b0207504a05d13007d3375.tar.xz bugs-60539763cf12f98d22b0207504a05d13007d3375.zip |
Bug 345878 - "Access Denied" should be "Bug Access Denied"
[r=LpSolit a=LpSolit]
Diffstat (limited to 'template/en/default/global/user-error.html.tmpl')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
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 |