This commit is contained in:
parent
c31797bd9a
commit
320af54b3d
2 changed files with 9 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue