summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-07-08 18:25:50 +0200
committerByron Jones <glob@mozilla.com>2015-07-08 18:25:50 +0200
commitec13dcd25a80c35843cb7abd012e631c651898a8 (patch)
tree2e106da21141788c57855fdff146405b0a3e68fe /template/en/default/global
parenteddd4171582b40c1bb4a0289e5495288a0dec94a (diff)
downloadbugzilla-ec13dcd25a80c35843cb7abd012e631c651898a8.tar.gz
bugzilla-ec13dcd25a80c35843cb7abd012e631c651898a8.tar.xz
Bug 1181410: "To see this bug, you must first log in to an account" link is bright blue on red
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/user-error.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index ae2743c91..f8d8985f9 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -292,12 +292,12 @@
[% ELSIF error == "bug_access_denied" %]
[% title = "Access Denied" %]
[% admindocslinks = {'groups.html' => 'Group Security'} %]
- You are not authorized to access [% terms.bug %] #[% bug_id FILTER html %].
+ You are not authorized to access [% terms.bug %] [%= bug_id FILTER html %].
[% ELSIF error == "bug_access_query" %]
[% title = "Access Denied" %]
[% docslinks = {'myaccount.html' => 'Creating an account'} %]
- You are not authorized to access [% terms.bug %] #[% bug_id FILTER html %].
+ You are not authorized to access [% terms.bug %] [%= bug_id FILTER html %].
To see this [% terms.bug %], you must
first <a href="show_bug.cgi?id=
[% bug_id FILTER uri %]&amp;GoAheadAndLogIn=1">log
@@ -1005,7 +1005,7 @@
[% ELSIF error == "bug_id_does_not_exist" %]
[% title = BLOCK %]Invalid [% terms.Bug %] ID[% END %]
- [% terms.Bug %] #[% bug_id FILTER html %] does not exist.
+ [% terms.Bug %] [%= bug_id FILTER html %] does not exist.
[% ELSIF error == "improper_bug_id_field_value" %]
[% title = BLOCK %]