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}}