fix spelling in invoice_email, your -> you
This commit is contained in:
parent
62f9daa7e2
commit
2bab46050f
|
@ -5,10 +5,10 @@ Your order number is <b>{{ ordernumber }}</b> and your invoice number is <b>{{ i
|
||||||
<br>
|
<br>
|
||||||
Your order has been paid in full. The invoice is attached in PDF format with the filename <b>{{ filename }}</b>.<br>
|
Your order has been paid in full. The invoice is attached in PDF format with the filename <b>{{ filename }}</b>.<br>
|
||||||
<br>
|
<br>
|
||||||
Thank your for your purchase!<br>
|
Thank you for your purchase!<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
Best regards,<br>
|
Best regards,<br>
|
||||||
<br>
|
<br>
|
||||||
The BornHack Team<br>
|
The BornHack Team<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -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
|
Your order has been paid in full. The invoice is attached in PDF
|
||||||
format with the filename {{ filename }}.
|
format with the filename {{ filename }}.
|
||||||
|
|
||||||
Thank your for your purchase!
|
Thank you for your purchase!
|
||||||
|
|
||||||
|
|
||||||
Best regards,
|
Best regards,
|
||||||
|
|
Loading…
Reference in a new issue