update string translations, fix activity margin #27

This commit is contained in:
ghost 2023-10-24 01:13:20 +03:00
parent a72413706d
commit 5ecf8461b4
16 changed files with 44 additions and 46 deletions

View file

@ -1,8 +1,6 @@
<div class="row">
<div class="column width-80">
<span class="margin-l-4-px">
{{ 'seeders wanted for torrent' | trans }}
</span>
{{ 'Seeders wanted for torrent' | trans }}
{% if session.user.moderator or session.user.owner %}
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
{{ torrent.name }}

View file

@ -1,6 +1,6 @@
<item>
<title>
{{ 'seeders wanted for torrent' | trans }}
{{ 'Seeders wanted for torrent' | trans }}
{% if session.user.moderator or session.user.owner %}
{{ torrent.name }}
{% else %}