Browse Source

[fix] engines page translation

asciimoo 11 years ago
parent
commit
e23d2ed376
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/templates/engines.html

+ 1 - 1
searx/templates/engines.html

@@ -14,7 +14,7 @@
             {% if not search_engine.private %}
             <tr>
                 <td>{{ search_engine.name }}</td>
-                <td>{{ categ }}</td>
+                <td>{{ _(categ) }}</td>
             </tr>
             {% endif %}
         {% endfor %}