summaryrefslogtreecommitdiffstats
path: root/extensions/BugmailFilter/template/en/default/account/prefs/bugmail_filter.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-07-14 18:12:40 +0200
committerByron Jones <glob@mozilla.com>2014-07-14 18:12:40 +0200
commit3365665c903b95ed354b269d63d312a27d89fce7 (patch)
tree3bd52ed86f557c75ebe0a45ed22fedd508a91803 /extensions/BugmailFilter/template/en/default/account/prefs/bugmail_filter.html.tmpl
parent741b17a136754d0808de08154ca923459f87e2e3 (diff)
downloadbugzilla-3365665c903b95ed354b269d63d312a27d89fce7.tar.gz
bugzilla-3365665c903b95ed354b269d63d312a27d89fce7.tar.xz
Bug 1036301: change the description of the "bug id" field on bugmail filtering preferences tab to "new bug"
Diffstat (limited to 'extensions/BugmailFilter/template/en/default/account/prefs/bugmail_filter.html.tmpl')
-rw-r--r--extensions/BugmailFilter/template/en/default/account/prefs/bugmail_filter.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugmailFilter/template/en/default/account/prefs/bugmail_filter.html.tmpl b/extensions/BugmailFilter/template/en/default/account/prefs/bugmail_filter.html.tmpl
index d2df77d22..83c8d729a 100644
--- a/extensions/BugmailFilter/template/en/default/account/prefs/bugmail_filter.html.tmpl
+++ b/extensions/BugmailFilter/template/en/default/account/prefs/bugmail_filter.html.tmpl
@@ -45,7 +45,7 @@ var cpts = new Array();
<option value="">__Any__</option>
[% FOREACH field = fields %]
<option value="[% field.name FILTER html %]">
- [% field_descs.${field.name} || field.description FILTER html %]
+ [% field.description FILTER html %]
</option>
[% END %]
</select>