summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-05-11 19:45:55 +0200
committerDylan William Hardison <dylan@hardison.net>2017-05-11 19:45:55 +0200
commite307b6a763947e4def6b1e2940d020047d269caa (patch)
tree6d1dff0c638bd1cf387932a0dbeb7c0656b82a8b /template
parentf472f02087a8cbdc209d5cedf857643eec827174 (diff)
downloadbugzilla-e307b6a763947e4def6b1e2940d020047d269caa.tar.gz
bugzilla-e307b6a763947e4def6b1e2940d020047d269caa.tar.xz
fix typo in constant: FIELD_VALUE_MAX_SIZE -> MAX_FIELD_VALUE_SIZE
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index ba4fd5c45..29408e193 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -675,7 +675,7 @@
[% ELSIF error == "fieldvalue_name_too_long" %]
[% title = "Field Value Is Too Long" %]
The value of a field is limited to
- [%+ constants.FIELD_VALUE_MAX_SIZE FILTER none %] characters.
+ [%+ constants.MAX_FIELD_VALUE_SIZE FILTER none %] characters.
'[% value FILTER html %]' is too long ([% value.length %] characters).
[% ELSIF error == "fieldvalue_not_editable" %]