forked from rDrama/rDrama
1
0
Fork 0

truescore -> truecoins

master
justcool393 2022-11-06 18:08:35 -06:00
parent c2350d36bf
commit 3049b69e33
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
{% else %}
<p>You're a freeloader!</p>
{% endif %}
{% if not v.patron and v.truescore >= TRUESCORE_DONATE_LIMIT %}
{% if not v.patron and v.truecoins >= TRUESCORE_DONATE_LIMIT %}
<p class="font-italic">To stop freeloading, first <a href="/settings/security#new_email">verify your email</a>, support us on <a href="{{GUMROAD_LINK}}">Gumroad</a> with the same email, and click "Claim {{patron}} Rewards"</p>
{% endif %}
</div>