summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-06-25 16:33:33 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-06-25 16:33:33 +0200
commit38577d69738bb33f0c43d5346a1c4abebee975fa (patch)
treed3b86c0432ac64b019046e5c38af52cfec7caf37 /template/en/default/bug
parent92d59851ee5e5a89c215f705de5ebdb9247839ff (diff)
downloadbugzilla-38577d69738bb33f0c43d5346a1c4abebee975fa.tar.gz
bugzilla-38577d69738bb33f0c43d5346a1c4abebee975fa.tar.xz
Bug 877083 - "Ignore Bug Mail" shouldn't lead to request email being dropped
Diffstat (limited to 'template/en/default/bug')
-rw-r--r--template/en/default/bug/edit.html.tmpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index c43935c2f..e641cee93 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -871,9 +871,11 @@
</th>
<td>
<input type="hidden" name="defined_bug_ignored" value="1">
- <input type="checkbox" name="bug_ignored" id="bug_ignored" value="1"
- [% ' checked="checked"' IF user.is_bug_ignored(bug.id) %]>
- (never email me about this [% terms.bug %])
+ <span title="You will still receive emails for flag requests directed at you.">
+ <input type="checkbox" name="bug_ignored" id="bug_ignored" value="1"
+ [% ' checked="checked"' IF user.is_bug_ignored(bug.id) %]>
+ (never email me about this [% terms.bug %])
+ </span>
</td>
</tr>
[% END %]