diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-05-11 19:45:55 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-05-11 19:45:55 +0200 |
commit | e307b6a763947e4def6b1e2940d020047d269caa (patch) | |
tree | 6d1dff0c638bd1cf387932a0dbeb7c0656b82a8b /template/en | |
parent | f472f02087a8cbdc209d5cedf857643eec827174 (diff) | |
download | bugzilla-e307b6a763947e4def6b1e2940d020047d269caa.tar.gz bugzilla-e307b6a763947e4def6b1e2940d020047d269caa.tar.xz |
fix typo in constant: FIELD_VALUE_MAX_SIZE -> MAX_FIELD_VALUE_SIZE
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
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" %] |