]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 581326 – Misleading JSON error message.
authorMarc Schumann <wurblzap@gmail.com>
Fri, 23 Jul 2010 21:44:45 +0000 (23:44 +0200)
committerMarc Schumann <wurblzap@gmail.com>
Fri, 23 Jul 2010 21:44:45 +0000 (23:44 +0200)
Patch by Marc Schumann <wurblzap@gmail.com>, r/a=mkanat

template/en/default/global/user-error.html.tmpl

index 7642a0c23a6406ec422dc716c6f82d3b5d8a437a..efd5f70012cec49815f75f849abeb3fcdcc1de8e 100644 (file)
     characters are allowed in the 'callback' parameter: <code>[]._</code>
 
   [% 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" %]