summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-12-14 10:58:52 +0100
committerjocuri%softhome.net <>2004-12-14 10:58:52 +0100
commit982de31eeb8549a4c1d60890d788b9dd54fbc507 (patch)
tree59fd33908b5f37c4e255980bd0b31be7806c4d06 /template
parent1ed8e4bd9fada1e3973cf32bc8be4c6c327ddb76 (diff)
downloadbugzilla-982de31eeb8549a4c1d60890d788b9dd54fbc507.tar.gz
bugzilla-982de31eeb8549a4c1d60890d788b9dd54fbc507.tar.xz
Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch by me, r=wurblzap (Marc), a=justdave.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/code-error.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 8959437a6..42172d900 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -125,7 +125,7 @@
[% ELSIF error == "invalid_component" %]
[% title = "Invalid Component" %]
- The [% component FILTER html %] component doesn't exist in the
+ The [% name FILTER html %] component doesn't exist in the
[% product FILTER html %] product.
[% ELSIF error == "invalid_dimensions" %]
@@ -159,7 +159,7 @@
is invalid.
[% ELSIF error == "flag_type_component_nonexistent" %]
- The component <em>[% component FILTER html %]</em> does not exist
+ The component <em>[% name FILTER html %]</em> does not exist
in the product <em>[% product FILTER html %]</em>.
[% ELSIF error == "flag_type_component_without_product" %]