summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorMarc Schumann <wurblzap@gmail.com>2010-07-23 23:44:45 +0200
committerMarc Schumann <wurblzap@gmail.com>2010-07-23 23:44:45 +0200
commit11f260bb6d3b6a4662d120a40efa7e3a6503174f (patch)
tree78da979a78da75526de9e8f3963d38be264b6010 /template
parent62e7d4e08567a4462f6b79af3c4be811d518cad0 (diff)
downloadbugzilla-11f260bb6d3b6a4662d120a40efa7e3a6503174f.tar.gz
bugzilla-11f260bb6d3b6a4662d120a40efa7e3a6503174f.tar.xz
Bug 581326 – Misleading JSON error message.
Patch by Marc Schumann <wurblzap@gmail.com>, r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl4
1 files changed, 2 insertions, 2 deletions
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: <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" %]