fix event message

This commit is contained in:
ghost 2023-11-01 05:11:25 +02:00
parent 3589d2eef4
commit 514b1ebc5d
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
{{ torrent.name }}
</a>
{% if torrent.approved == false %}
#{{ torrent.id }} ({{ 'waiting for approve' | trans }})
({{ 'waiting for approve' | trans }})
{% endif %}
{% else %}
{% if torrent.status == false %}

View File

@ -11,7 +11,7 @@
{{ torrent.name }}
</a>
{% if torrent.approved == false %}
#{{ torrent.id }} ({{ 'waiting for approve' | trans }})
({{ 'waiting for approve' | trans }})
{% endif %}
{% else %}
{% if torrent.status == false %}