Browse Source

fix event message

main
ghost 1 year ago
parent
commit
514b1ebc5d
  1. 2
      templates/default/activity/event/torrent/download/file/add.html.twig
  2. 2
      templates/default/activity/event/torrent/download/magnet/add.html.twig

2
templates/default/activity/event/torrent/download/file/add.html.twig

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

2
templates/default/activity/event/torrent/download/magnet/add.html.twig

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

Loading…
Cancel
Save