From 3049b69e33349cf1d54cef519db0f25899268d4d Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sun, 6 Nov 2022 18:08:35 -0600 Subject: [PATCH] truescore -> truecoins --- files/templates/settings_personal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/settings_personal.html b/files/templates/settings_personal.html index 305de6aa5c..fa99a4cd49 100644 --- a/files/templates/settings_personal.html +++ b/files/templates/settings_personal.html @@ -30,7 +30,7 @@ {% else %}

You're a freeloader!

{% endif %} - {% if not v.patron and v.truescore >= TRUESCORE_DONATE_LIMIT %} + {% if not v.patron and v.truecoins >= TRUESCORE_DONATE_LIMIT %}

To stop freeloading, first verify your email, support us on Gumroad with the same email, and click "Claim {{patron}} Rewards"

{% endif %}