From 2760838927cc778dca6cd0ca3b5ec230843c42e7 Mon Sep 17 00:00:00 2001 From: Maya Date: Wed, 29 Oct 2025 08:38:42 +0300 Subject: [PATCH] feat: note if donating to unofficial instance please dont change it to your stuff - we would really appreciate if donos go to us! --- messages/en.json | 4 ++- src/lib/sections/about/Donate.svelte | 45 +++++++++++++++++++++++----- 2 files changed, 40 insertions(+), 9 deletions(-) diff --git a/messages/en.json b/messages/en.json index 8a08264..7a9eaca 100644 --- a/messages/en.json +++ b/messages/en.json @@ -232,7 +232,9 @@ "thank_you": "Thank you for your donation!", "payment_failed": "Payment failed: {message}{period} You have not been charged.", "donation_error": "An error occurred while processing your donation. Please try again later.", - "payment_error": "Error fetching payment details. Please try again later." + "payment_error": "Error fetching payment details. Please try again later.", + "donation_notice_official": "Your donations here go to the official VERT instance (vert.sh), and helps to support the development of the project.", + "donation_notice_unofficial": "Your donations here go to the operator of this VERT instance. If you wish to support the official VERT developers, please visit [official_link]vert.sh[/official_link] instead." }, "credits": { "title": "Credits", diff --git a/src/lib/sections/about/Donate.svelte b/src/lib/sections/about/Donate.svelte index 8f4ecb8..6ba8e25 100644 --- a/src/lib/sections/about/Donate.svelte +++ b/src/lib/sections/about/Donate.svelte @@ -8,20 +8,20 @@