[theme] /preferences: rename "Method" to "HTTP Method"

Closes: https://github.com/searxng/searxng/issues/751
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2022-01-14 08:29:04 +01:00
parent 3c358ff24f
commit e45dfb334b
2 changed files with 2 additions and 2 deletions

View file

@ -234,7 +234,7 @@
{{ tab_header('maintab', 'privacy', _('Privacy')) }}
{% if 'method' not in locked_preferences %}
<fieldset>
<legend>{{ _('Method') }}</legend>
<legend>{{ _('HTTP Method') }}</legend>
<p class="value">
<select name='method'>
<option value="POST" {% if method == 'POST' %}selected="selected"{% endif %}>POST</option>