]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 237435 h1 |Edit Attachment #129471 for Bugs 215587| uses the wrong Terms
authortimeless%mozdev.org <>
Mon, 15 Mar 2004 18:24:12 +0000 (18:24 +0000)
committertimeless%mozdev.org <>
Mon, 15 Mar 2004 18:24:12 +0000 (18:24 +0000)
r=justdave a=justdave

template/en/default/attachment/edit.html.tmpl

index 19cc06550429b576bc79a2c3139981c4739f2b2c..a05945df0893b4136069a51faa3dad3de9237ac6 100644 (file)
@@ -24,7 +24,7 @@
 [%# Define strings that will serve as the title and header of this page %]
 [% title = BLOCK %]Edit Attachment #[% attachid %] for [% terms.Bug %] #[% bugid %][% END %]
 [% h1 = BLOCK %]Edit Attachment #[% attachid %] for
-  [%+ GetBugLink(bugid, "$terms.Bugs $bugid") %][% END %]
+  [%+ GetBugLink(bugid, "$terms.Bug $bugid") %][% END %]
 [% h2 = BLOCK %][% bugsummary FILTER html %][% END %]
 
 [% PROCESS global/header.html.tmpl