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 View File

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