fix capitalization on lifetime donated

pull/148/head
Aevann 2023-05-14 19:40:41 +03:00
parent 18ebe8138d
commit d3c1329664
1 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@
<p id="profile--info--spent">Coins spent on hats: {{u.coins_spent_on_hats}}</p>
{% if v and (v.id == u.id or v.admin_level >= PERMS['VIEW_PATRONS']) %}
<p id="profile--info--lifetime-donated">Lifetime Donated: ${{u.lifetime_donated}} (Shown to you only)</p>
<p id="profile--info--lifetime-donated">Lifetime donated: ${{u.lifetime_donated}} (shown to you only)</p>
{% endif %}
<p id="profile--info--discount">Total award discount: {{u.formatted_discount}}</p>
@ -503,7 +503,7 @@
<p id="profile-mobile--info--spent">Coins spent on hats: {{u.coins_spent_on_hats}}</p>
{% if v and (v.id == u.id or v.admin_level >= PERMS['VIEW_PATRONS']) %}
<p id="profile-mobile--info--lifetime-donated">Lifetime Donated: ${{u.lifetime_donated}} (Shown to you only)</p>
<p id="profile-mobile--info--lifetime-donated">Lifetime donated: ${{u.lifetime_donated}} (shown to you only)</p>
{% endif %}
<p id="profile-mobile--info--discount">Total award discount: {{u.formatted_discount}}</p>