diff options
Diffstat (limited to 'template/en/default/global')
-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 4b1a82be6..033410ee0 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -297,7 +297,8 @@ [% ELSIF error == "comment_too_long" %] [% title = "Comment Too Long" %] - Comments cannot be longer than 65,535 characters. + Comments cannot be longer than + [%+ constants.MAX_COMMENT_LENGTH FILTER html %] characters. [% ELSIF error == "auth_classification_not_enabled" %] [% title = "Classification Not Enabled" %] |