summaryrefslogtreecommitdiffstats
path: root/extensions/BugmailFilter/template
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-09-09 08:06:45 +0200
committerByron Jones <glob@mozilla.com>2014-09-09 08:06:45 +0200
commit7f1e1ce62d7e178790f338c3ac447466bc67da88 (patch)
tree94f465c5343c909e8c06160058322704dd02ecf6 /extensions/BugmailFilter/template
parentadfbc673427a2a44371db5284dd0522e7abb4423 (diff)
downloadbugzilla-7f1e1ce62d7e178790f338c3ac447466bc67da88.tar.gz
bugzilla-7f1e1ce62d7e178790f338c3ac447466bc67da88.tar.xz
Bug 1054138: add the ability to filter on "fields containing the string"
Diffstat (limited to 'extensions/BugmailFilter/template')
-rw-r--r--extensions/BugmailFilter/template/en/default/hook/global/user-error-errors.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BugmailFilter/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/BugmailFilter/template/en/default/hook/global/user-error-errors.html.tmpl
index 4be894c6f..a0ec2125f 100644
--- a/extensions/BugmailFilter/template/en/default/hook/global/user-error-errors.html.tmpl
+++ b/extensions/BugmailFilter/template/en/default/hook/global/user-error-errors.html.tmpl
@@ -16,7 +16,7 @@
[% ELSIF error == "bugmail_filter_invalid" %]
[% title = "Invalid Field Name" %]
- The field name contains invalid characters (alpha-numeric, underscore and
- period only).
+ The field name contains invalid characters (alpha-numeric, underscore,
+ hyphen, and period only).
[% END %]