From a3125de6bf39059ce319c5ff59865533e118156b Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 24 Aug 2023 01:13:58 +0300 Subject: [PATCH] use better link --- files/templates/donate.html | 2 +- files/templates/settings/personal.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/donate.html b/files/templates/donate.html index 18cc5e3d4a..b31804bffc 100644 --- a/files/templates/donate.html +++ b/files/templates/donate.html @@ -27,7 +27,7 @@ {% if v and v.truescore >= TRUESCORE_DONATE_MINIMUM or True %}
- If you donate via {{DONATE_SERVICE}}, please first verify your email on the site, and then use that same email on {{DONATE_SERVICE}} to get your {{patron}} rewards automatically! + If you donate via {{DONATE_SERVICE}}, please first verify your email on the site, and then use that same email on {{DONATE_SERVICE}} to get your {{patron}} rewards automatically!
{% endif %}
diff --git a/files/templates/settings/personal.html b/files/templates/settings/personal.html index 0f438be929..1e6089df13 100644 --- a/files/templates/settings/personal.html +++ b/files/templates/settings/personal.html @@ -17,7 +17,7 @@

You're a {{TIER_TO_NAME[v.patron] if v.patron else "freeloader"}}!

{% if v.patron %} Thanks ily! <3{% endif %} {% if not v.patron and v.truescore >= TRUESCORE_DONATE_MINIMUM %} -

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

+

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

{% elif not v.patron %}

To stop freeloading, you can donate via crypto. Please let us know first beforehand by sending us a modmail. Thanks!

{% endif %}