From 7f1e1ce62d7e178790f338c3ac447466bc67da88 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 9 Sep 2014 14:06:45 +0800 Subject: Bug 1054138: add the ability to filter on "fields containing the string" --- .../template/en/default/hook/global/user-error-errors.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/BugmailFilter/template/en/default') 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 %] -- cgit v1.2.3-24-g4f1b