diff --git a/files/templates/userpage.html b/files/templates/userpage.html index d56cab5c6..9dba4d412 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -253,7 +253,7 @@
Coins spent: {{u.coins_spent}}
True score: {{u.truecoins}}
Winnings: {{u.winnings}}
-{{owned_hats}}/{{total_num_of_hats}} ({{owned_hats_pct}})
+{{owned_hats}}/{{total_num_of_hats}} hats owned ({{owned_hats_pct}})
{% if u.is_private %}User has private mode enabled
{% endif %} @@ -497,7 +497,7 @@Coins spent: {{u.coins_spent}}
True score: {{u.truecoins}}
Winnings: {{u.winnings}}
-{{owned_hats}}/{{total_num_of_hats}} ({{owned_hats_pct}})
+{{owned_hats}}/{{total_num_of_hats}} hats owned ({{owned_hats_pct}})
{% if u.is_private %}User has private mode enabled
{% endif %}