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

This commit is contained in:
Jorijn van der Graaf 2026-08-17 17:32:09 +02:00
commit 320af54b3d
2 changed files with 9 additions and 9 deletions

View file

@ -89,7 +89,7 @@ std::string BuildOrderConfirmationEmail(const OrderRecord& o,
m += "MIME-Version: 1.0\n";
m += "Content-Type: text/plain; charset=utf-8\n";
m += "Content-Transfer-Encoding: 8bit\n\n";
m += std::format("Thank you your donation {} of {} has arrived.\n\n",
m += std::format("Thank you! your donation {} of {} has arrived.\n\n",
o.reference, Money::FormatEuro(o.totalMinor));
if (!o.paidVia.empty()) {
m += std::format("* Paid via: {}\n\n", o.paidVia);