From 607d9b2c92b3b52c10f710dc5579ef105be5a252 Mon Sep 17 00:00:00 2001 From: katnyaa Date: Mon, 22 May 2017 15:00:06 +0000 Subject: [PATCH] Change wording for Downloads heading --- nyaa/templates/view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}