diff --git a/resources/lang/en-GB/email_templates.php b/resources/lang/en-GB/email_templates.php
index 6cd31b4e6..ac2764bbe 100644
--- a/resources/lang/en-GB/email_templates.php
+++ b/resources/lang/en-GB/email_templates.php
@@ -34,7 +34,7 @@ return [
'invoice_payment_customer' => [
'subject' => 'Your receipt for {invoice_number} invoice',
- 'body' => 'Dear {customer_name},
Thank you for the payment. Find the payment details below:
-------------------------------------------------
Amount: {transaction_total}
Date: {transaction_paid_date}
Invoice Number: {invoice_number}
-------------------------------------------------
You can always see the invoice details from the following link: {invoice_number}.
Feel free to contact us for any question.
Best Regards,
{company_name}',
+ 'body' => 'Dear {customer_name},
Thank you for the payment. Find the payment details below:
-------------------------------------------------
Amount: {transaction_total}
Date: {transaction_paid_date}
Invoice Number: {invoice_number}
-------------------------------------------------
You can always see the invoice details from the following link: {invoice_number}.
Feel free to contact us with any questions.
Best Regards,
{company_name}',
],
'invoice_payment_admin' => [