mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
update string translations, fix activity margin #27
This commit is contained in:
parent
a72413706d
commit
5ecf8461b4
16 changed files with 44 additions and 46 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue