diff --git a/v3/src/pages/success.astro b/v3/src/pages/success.astro index ce9bb746..865ccfd6 100644 --- a/v3/src/pages/success.astro +++ b/v3/src/pages/success.astro @@ -23,7 +23,7 @@ const metadata = {

Thank you for your order! Your license will be sent to the email you entered on the payment page.
- 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 emailed to you only after that.
+ Card payments are usually processed within a minute. Bank debits (e.g. SEPA) are not real-time — it can take up to 5 business days for your bank to clear the payment, and the license will be emailed to you only after that.
Please contact us at support@rustdesk.com if you haven't received the email by then.
Getting Started? Read our docs.

@@ -46,7 +46,7 @@ const metadata = { titleFragment.innerHTML = 'License ' + action + ' successfully!'; contentFragment.innerHTML = `

- 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.
+ 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 up to 5 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.

`;