diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index 8bc2673fd..838f5000a 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}}

+

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

{% endif %} {% if u.is_private %} @@ -501,7 +501,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}}

+

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

{% endif %} {% if u.is_private %}