diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 3 |
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 bd3f29e11..eebefa927 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -319,7 +319,8 @@ [% ELSIF error == "customfield_invalid_name" %] [% title = "Invalid Custom Field Name" %] '[% name FILTER html %]' is not a valid name for a custom field. - A name may contain only letters, numbers, and the underscore character. + A name may contain only letters, numbers, and the underscore character. The + name should also be different from 'cf_'. [% ELSIF error == "customfield_nonexistent" %] [% title = "Unknown Custom Field" %] |