summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2014-01-24 13:35:44 +0100
committerasciimoo <asciimoo@gmail.com>2014-01-24 13:35:44 +0100
commite23d2ed3762f8028b291ee4d0d508a016dae12ea (patch)
tree914740a9e2041fe3688ddc488ea20349d3dd6914
parent85b81be35b9b53848431da2a4ab8d531990cf963 (diff)
[fix] engines page translation
-rw-r--r--searx/templates/engines.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/engines.html b/searx/templates/engines.html
index 008e860f1..8a7aaf4a0 100644
--- a/searx/templates/engines.html
+++ b/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 %}