diff --git a/web/templates/finances.html b/web/templates/finances.html index 7436be9..c32d60f 100644 --- a/web/templates/finances.html +++ b/web/templates/finances.html @@ -4,12 +4,12 @@
Warning - no guarantees can be made that this information is 100% accurate.
- Crypto currency prices are updated once every hour.
+ Crypto currency prices are being updated once every hour.
- As of: Loading...
+ As of: Loading...
We have received {{ finances.donations_num }} donations so far, totaling {{ finances.donations_total }} USD
From donations, we received a total of.
The average donation has an amount of {{ finances.donations_avg }} USD. - The largest donation is {{ finances.donations_max }} USD.
Most people donated in {{ finances.most_used_donation_currency }}.
+ We have received {{ finances.donations_num }} donations so far, + totaling {{ finances.donations_total }} USD. +
+ The average donation has an amount of {{ finances.donations_avg }} USD. + Most people used {{ finances.most_used_donation_currency }} to donate. +
+ The largest donation is {{ finances.donations_max }} USD. +