diff --git a/nyaa/templates/view.html b/nyaa/templates/view.html index 25d797b..e32fc7d 100644 --- a/nyaa/templates/view.html +++ b/nyaa/templates/view.html @@ -58,7 +58,7 @@
File size:
{{ torrent.filesize | filesizeformat(True) }}
-
Downloads:
+
Completed:
{% if config.ENABLE_SHOW_STATS %}{{ torrent.stats.download_count }}{% else %}Coming soon{% endif %}