summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-12-09 18:15:11 +0100
committerjocuri%softhome.net <>2004-12-09 18:15:11 +0100
commit21440ad5da22a7e3324e316f3654c8a2e1c4ffeb (patch)
tree9be8c56a61b90fd7a2e73976703d61e8389c5cd4 /template
parentb892bd58a061d5acc09eb291c2e7b3a7f551157f (diff)
downloadbugzilla-21440ad5da22a7e3324e316f3654c8a2e1c4ffeb.tar.gz
bugzilla-21440ad5da22a7e3324e316f3654c8a2e1c4ffeb.tar.xz
Patch for bug 182375: Do not permit flags with spaces or commas; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index c92824ad3..79861b5f0 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -342,7 +342,8 @@
[% ELSIF error == "flag_type_name_invalid" %]
[% title = "Flag Type Name Invalid" %]
- The name <em>[% name FILTER html %]</em> must be 1-50 characters long.
+ The name <em>[% name FILTER html %]</em> must be 1-50 characters long
+ and must not contain any spaces or commas.
[% ELSIF error == "flag_update_denied" %]
[% title = "Flag Modification Denied" %]