From e307b6a763947e4def6b1e2940d020047d269caa Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 11 May 2017 13:45:55 -0400 Subject: fix typo in constant: FIELD_VALUE_MAX_SIZE -> MAX_FIELD_VALUE_SIZE --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') 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" %] -- cgit v1.2.3-24-g4f1b