From b0edd0ea304eb0b8a31972f4d556ccc4fe644003 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sun, 28 Mar 2010 14:22:12 -0700 Subject: Bug 553913: Add explicit error codes to WebService errors that were missing them r=dkl, a=mkanat --- template/en/default/global/user-error.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default') 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" %] -- cgit v1.2.3-24-g4f1b