Clarify checkout success message (#5336)

This commit is contained in:
Waldir Pimenta
2025-08-04 15:07:45 +01:00
committed by GitHub
parent e4a171c11f
commit 6338dceb9e

View File

@@ -53,11 +53,12 @@
{{ request.event.settings.checkout_success_text|rich_text }}
{% endif %}
<p class="iframe-hidden">{% blocktrans trimmed %}
Please bookmark or save the link to this exact page if you want to access your order later. We also sent you an email containing the link to the address you specified.
Please bookmark or save the link to this exact page if you want to access your order later.
We also sent you an email to the address you specified containing the link to this page.
{% endblocktrans %}</p>
<p class="iframe-only">{% blocktrans trimmed %}
Please save the following link if you want to access your order later. We
also sent you an email containing the link to the address you specified.
Please save the following link if you want to access your order later.
We also sent you an email to the address you specified containing the link.
{% endblocktrans %}<br>
<code>{{ url }}</code></p>
</div>