From 11f260bb6d3b6a4662d120a40efa7e3a6503174f Mon Sep 17 00:00:00 2001 From: Marc Schumann Date: Fri, 23 Jul 2010 23:44:45 +0200 Subject: Bug 581326 – Misleading JSON error message. Patch by Marc Schumann , r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/user-error.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 7642a0c23..efd5f7001 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -987,8 +987,8 @@ characters are allowed in the 'callback' parameter: []._ [% ELSIF error == "json_rpc_post_only" %] - For security reasons, you may only call the '[% method FILTER html %]' - method via HTTP POST. + For security reasons, you must use HTTP POST to call the + '[% method FILTER html %]' method. [% ELSIF error == "keyword_already_exists" %] [% title = "Keyword Already Exists" %] -- cgit v1.2.3-24-g4f1b