summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-06-12 18:17:10 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-06-12 18:17:10 +0200
commit7ac0c72189843239a91ddbb1de55868cbe00845f (patch)
treeeb285ba1c811c419fb50f449590dcaa07c683c9b /template/en/default/bug/edit.html.tmpl
parenta39f638eee6327e0a003dbde6dd51934979b3cc7 (diff)
downloadbugzilla-7ac0c72189843239a91ddbb1de55868cbe00845f.tar.gz
bugzilla-7ac0c72189843239a91ddbb1de55868cbe00845f.tar.xz
Bug 877083 - "Ignore Bug Mail" shouldn't lead to request email being dropped
r=glob,a=LpSolit
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-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 8d3d76306..933b9ce72 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -833,9 +833,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 %]