diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
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" %] |