diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 9123f8de78e..b433807518e 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8682 \ No newline at end of file +8683 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/process/header.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/process/header.html.tmpl index f7f61a7370c..55de0c324a2 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/process/header.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/bug/process/header.html.tmpl @@ -17,7 +17,7 @@ [% IF title_tag == "bug_processed" %] [% title = BLOCK %] [% IF Bugzilla.cgi.param('id') %] - [% terms.Bug %] [%+ id FILTER html %] + [%+ id FILTER html %] [% ELSE %] [% terms.Bugs %] [% END %] diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/show-header.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/show-header.html.tmpl index f67bbf2f88b..1aba5c35a17 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/show-header.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/bug/show-header.html.tmpl @@ -18,7 +18,7 @@ [% filtered_timestamp = bug.delta_ts FILTER time %] [% subheader = filtered_desc %] -[% title = "$terms.Bug $bug.bug_id – " %] +[% title = "$bug.bug_id – " %] [% IF bug.alias != '' %] [% title = title _ "($filtered_alias) " %] [% END %] @@ -28,7 +28,7 @@ [% IF bug.defined %] [% header = "$terms.Bug $bug.bug_id" %] [% header_addl_info = "Last modified: $filtered_timestamp" %] - [% unfiltered_title = "$terms.Bug $bug.bug_id – " %] + [% unfiltered_title = "$bug.bug_id – " %] [% IF bug.alias != '' %] [% unfiltered_title = unfiltered_title _ "($bug.alias) " %] [% END %]