Browse Source

Merge pull request #2453 from return42/fix-typo

[fix] typo: dues --> does
Markus Heiser 1 year ago
parent
commit
b2d0b74357
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/templates/simple/preferences.html

+ 1 - 1
searx/templates/simple/preferences.html

@@ -303,7 +303,7 @@
      {{ tab_header('enginetab', 'category' + categ, _(categ), ns.checked )}}
      {% set ns.checked = false %}
      {% if categ == DEFAULT_CATEGORY %}
-      <p>{{_('This tab dues not exists in the user interface, but you can search in these engines by its !bangs.')}} <a href="{{ url_for('info', pagename='search-syntax') }}">&#9432;</a></p>
+      <p>{{_('This tab does not exists in the user interface, but you can search in these engines by its !bangs.')}} <a href="{{ url_for('info', pagename='search-syntax') }}">&#9432;</a></p>
      {% endif %}
     <div class="scrollx">
     <table class="striped table_engines">