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

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

index b57792fd2996040f6cfcb26a74e83a1f1e84de11..3e77a79ba67a5937f49e3ffd444264489bcaa41f 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" %]