From 784f881c5b1e1d1581d5fcd466fb9c47f0fe2698 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 9 Aug 2023 16:11:22 +0300 Subject: [PATCH] addendum to last commit --- files/templates/comments.html | 2 +- files/templates/util/macros.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 12827fe9b..2a62827f8 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -230,7 +230,7 @@ {% endif %} {% if c.ping_cost %} - spent {{c.ping_cost}} coins on pings + spent {{c.ping_cost}} currency on pings {% endif %} {% if c.slots_result %} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index d0fb69476..45b78c85e 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -98,7 +98,7 @@   #{{p.id}} {% if p.ping_cost %} - spent {{p.ping_cost}} coins on pings + spent {{p.ping_cost}} currency on pings {% endif %} {% endmacro %}