]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix typo in constant: FIELD_VALUE_MAX_SIZE -> MAX_FIELD_VALUE_SIZE
authorDylan William Hardison <dylan@hardison.net>
Thu, 11 May 2017 17:45:55 +0000 (13:45 -0400)
committerDylan William Hardison <dylan@hardison.net>
Thu, 11 May 2017 17:45:55 +0000 (13:45 -0400)
template/en/default/global/user-error.html.tmpl

index ba4fd5c45e3be8fb9f82039be3200d10ca43fc0f..29408e19300e64012041338d6ed1842acd5d8cc9 100644 (file)
   [% 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" %]