diff --git a/searx/templates/oscar/result_templates/torrent.html b/searx/templates/oscar/result_templates/torrent.html index f62a7a85b..5268869ca 100644 --- a/searx/templates/oscar/result_templates/torrent.html +++ b/searx/templates/oscar/result_templates/torrent.html @@ -15,8 +15,8 @@ {% endif %} {% if result.files %}
{{ icon('file') }} {{ _('Number of Files') }} {{ result.files }}{% endif %}

- {{ icon('magnet') }} magnet link - {% if result.torrentfile %}
{{ icon('download-alt') }} torrent file{% endif %} + {{ icon('magnet') }} {{ _('magnet link') }} + {% if result.torrentfile %}
{{ icon('download-alt') }} {{ _('torrent file') }}{% endif %}

{% if result.content %}

{{ result.content|safe }}

{% endif %}