text change
All checks were successful
Deploy / build-deploy (push) Successful in 2m45s

This commit is contained in:
Jorijn van der Graaf 2026-08-17 11:11:23 +02:00
commit 3b12a6b02a
2 changed files with 3 additions and 4 deletions

View file

@ -971,7 +971,7 @@ SafeHtml RenderDonationForm(const Product& product,
R"(donation and takes you straight to the payment page. Nothing is owed )"
R"(until you actually pay; an unpaid donation just lapses.</p>)"
R"(<p class="checkout__shipnote">No VAT is charged on a donation and no )"
R"(invoice is issued &mdash; the donation page is its receipt. Donations )"
R"(invoice is issued. The donation page is its receipt. Donations )"
R"(appear on the financials page as an aggregate total, never )"
R"(individually.</p>)"
R"({})"
@ -985,7 +985,7 @@ SafeHtml RenderDonationForm(const Product& product,
R"(<div class="field">)"
R"(<label for="f-email">Email</label>)"
R"(<input id="f-email" name="email" type="email" autocomplete="email"{}>)"
R"(<p class="field__hint">Optional &mdash; only used to send the )"
R"(<p class="field__hint">Optional: only used to send the )"
R"(confirmation. Leave it empty and the donation page is your receipt.</p>)"
R"({})"
R"(</div>)"