summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-06-18 06:52:00 +0200
committergerv%gerv.net <>2002-06-18 06:52:00 +0200
commit6ec03b9ae747701a27fa32c0f3652ecf9aa71cb5 (patch)
tree0504732731ca2b2c987f49f866f498e0442583ed /template
parentf5e15cffb462e292820401b04bac97d8dc8b0edb (diff)
downloadbugzilla-6ec03b9ae747701a27fa32c0f3652ecf9aa71cb5.tar.gz
bugzilla-6ec03b9ae747701a27fa32c0f3652ecf9aa71cb5.tar.xz
Bug 150955 - confirmation doesn't propagate when reassigning to new product/component. Patch by gerv; 2xr=bbaetz.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index e20b54121..18a7fb5e8 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -431,7 +431,7 @@
of selected component
<br>
[% IF bug.isunconfirmed %]
- &nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" name="andconfirm">
+ &nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" name="compconfirm">
and confirm bug (change status to <b>NEW</b>)
<br>
[% END %]