From 85ce51ab0ddaa472adcc7546d0156e9e2def6447 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 24 Oct 2023 18:26:51 +0300 Subject: [PATCH] clearer messages --- files/templates/donate.html | 2 +- files/templates/settings/personal.html | 2 +- files/templates/settings/security.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/donate.html b/files/templates/donate.html index 894159e0b..8c5252ea5 100644 --- a/files/templates/donate.html +++ b/files/templates/donate.html @@ -33,7 +33,7 @@ {% if can_see %}
  • - 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 make sure your email on {{SITE}} and your email on {{DONATE_SERVICE}} are the same, then click "Claim {{patron}} Rewards" here
  • {% endif %}
  • diff --git a/files/templates/settings/personal.html b/files/templates/settings/personal.html index f6a38f2ce..dca06dc9e 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_MINIMUM and DONATE_LINK != DEFAULT_CONFIG_VALUE %} -

    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, then support us on {{DONATE_SERVICE}} with the same email, and then click "Claim {{patron}} Rewards" here

    {% elif not v.patron %}

    To stop freeloading, you can donate by crypto. If you do that, please let us know by sending us the transaction id via modmail so we can give you your {{patron}} rewards manually!

    {% endif %} diff --git a/files/templates/settings/security.html b/files/templates/settings/security.html index 298bf8d0d..315a0d1d5 100644 --- a/files/templates/settings/security.html +++ b/files/templates/settings/security.html @@ -35,7 +35,7 @@