diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-03-28 23:22:12 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-03-28 23:22:12 +0200 |
commit | b0edd0ea304eb0b8a31972f4d556ccc4fe644003 (patch) | |
tree | 6ed8e922be9e89c0c80162eb81be0d79767665be /template/en/default | |
parent | b32a0b4336a3182df4896ca207f3f30c264b0061 (diff) | |
download | bugzilla-b0edd0ea304eb0b8a31972f4d556ccc4fe644003.tar.gz bugzilla-b0edd0ea304eb0b8a31972f4d556ccc4fe644003.tar.xz |
Bug 553913: Add explicit error codes to WebService errors that were missing
them
r=dkl, a=mkanat
Diffstat (limited to 'template/en/default')
-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" %] |