diff --git a/src/shop/templates/emails/invoice_email.html b/src/shop/templates/emails/invoice_email.html index e666e9cf..01f314de 100644 --- a/src/shop/templates/emails/invoice_email.html +++ b/src/shop/templates/emails/invoice_email.html @@ -5,10 +5,10 @@ Your order number is {{ ordernumber }} and your invoice number is {{ i
Your order has been paid in full. The invoice is attached in PDF format with the filename {{ filename }}.

-Thank your for your purchase!
+Thank you for your purchase!


Best regards,

The BornHack Team
-
\ No newline at end of file +
diff --git a/src/shop/templates/emails/invoice_email.txt b/src/shop/templates/emails/invoice_email.txt index eb934208..a024b056 100644 --- a/src/shop/templates/emails/invoice_email.txt +++ b/src/shop/templates/emails/invoice_email.txt @@ -6,7 +6,7 @@ Your order number is {{ ordernumber }} and your invoice number is {{ invoicenumb Your order has been paid in full. The invoice is attached in PDF format with the filename {{ filename }}. -Thank your for your purchase! +Thank you for your purchase! Best regards,