From d3c132966423aeff68b28df97af38b31255761c5 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 14 May 2023 19:40:41 +0300 Subject: [PATCH] fix capitalization on lifetime donated --- files/templates/userpage/banner.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index ba14995c5..a31b5dc0e 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -225,7 +225,7 @@

Coins spent on hats: {{u.coins_spent_on_hats}}

{% if v and (v.id == u.id or v.admin_level >= PERMS['VIEW_PATRONS']) %} -

Lifetime Donated: ${{u.lifetime_donated}} (Shown to you only)

+

Lifetime donated: ${{u.lifetime_donated}} (shown to you only)

{% endif %}

Total award discount: {{u.formatted_discount}}

@@ -503,7 +503,7 @@

Coins spent on hats: {{u.coins_spent_on_hats}}

{% if v and (v.id == u.id or v.admin_level >= PERMS['VIEW_PATRONS']) %} -

Lifetime Donated: ${{u.lifetime_donated}} (Shown to you only)

+

Lifetime donated: ${{u.lifetime_donated}} (shown to you only)

{% endif %}

Total award discount: {{u.formatted_discount}}