fix success message

This commit is contained in:
rustdesk
2026-04-20 20:23:28 +08:00
parent cdf8a56afe
commit ad27506a89

View File

@@ -21,12 +21,13 @@ const metadata = {
<Fragment slot="title"><span id="title-fragment">Payment Successful!</span></Fragment>
<Fragment slot="content">
<p class="text-center leading-10 text-lg" id="content-fragment">
The license has been sent to the email you entered on the payment page.<br>
Please contact us at <a class="underline text-secondary" href="mailto:support@rustdesk.com">support@rustdesk.com</a> if you didn't receive the email.<br>
Getting Started? Read our <a class="underline text-secondary" href="https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/">docs</a>.
</p>
</Fragment>
<p class="text-center leading-10 text-lg" id="content-fragment">
Thank you for your order! Your license will be sent to the email you entered on the payment page.<br>
Card payments are usually processed within a minute. Bank debits (e.g. SEPA) are not real-time — it can take 13 business days for your bank to clear the payment, and the license will be emailed to you only after that.<br>
Please contact us at <a class="underline text-secondary" href="mailto:support@rustdesk.com">support@rustdesk.com</a> if you haven't received the email by then.<br>
Getting Started? Read our <a class="underline text-secondary" href="https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/">docs</a>.
</p>
</Fragment>
</Hero>
<script>