From 2bab46050f27b83176818fa38ef42bf0084cdd2f Mon Sep 17 00:00:00 2001 From: Stephan Telling Date: Fri, 28 Apr 2017 08:29:04 +0200 Subject: [PATCH] fix spelling in invoice_email, your -> you --- src/shop/templates/emails/invoice_email.html | 4 ++-- src/shop/templates/emails/invoice_email.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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,