From 275501c653058cf89e7589d16c025b6d590faaff Mon Sep 17 00:00:00 2001 From: rustdesk Date: Mon, 20 Apr 2026 20:39:51 +0800 Subject: [PATCH] improve success info --- v3/src/pages/success.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v3/src/pages/success.astro b/v3/src/pages/success.astro index a7662fd3..ce9bb746 100644 --- a/v3/src/pages/success.astro +++ b/v3/src/pages/success.astro @@ -46,7 +46,8 @@ const metadata = { titleFragment.innerHTML = 'License ' + action + ' successfully!'; contentFragment.innerHTML = `

- Your license has been successfully ${action}. Please follow this link to activate it. + Your license will be ${action} shortly. Card payments are usually processed within a minute. Bank debits (e.g. SEPA) are not real-time — it can take 1–3 business days for your bank to clear the payment, and the license will be ${action} only after that. Once the payment is cleared, you will also receive an email with the invoice attached.
+ Once processed, please follow this link to activate it.

`; }