mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] typos reported from weblate translators
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
dd04551e14
commit
9730371199
2 changed files with 5 additions and 5 deletions
|
|
@ -186,7 +186,7 @@
|
|||
{% endif %}
|
||||
{% if 'theme' not in locked_preferences %}
|
||||
<fieldset>
|
||||
<legend>{{ _('Themes') }}</legend>
|
||||
<legend>{{ _('Theme') }}</legend>
|
||||
<p class="value">
|
||||
<select name="theme">
|
||||
{%- for name in themes -%}
|
||||
|
|
@ -256,7 +256,7 @@
|
|||
<th>{{ _("Time range") }}</th>
|
||||
<th>{{ _("Response time") }}</th>
|
||||
<th>{{ _("Max time") }}</th>
|
||||
<th>{{ _("Reliablity") }}</th>
|
||||
<th>{{ _("Reliability") }}</th>
|
||||
</tr>
|
||||
{% for search_engine in engines_by_category[categ] %}
|
||||
{% if not search_engine.private %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue