diff --git a/resources/lang/en-GB/email_templates.php b/resources/lang/en-GB/email_templates.php index bade1e6a5..59e874483 100644 --- a/resources/lang/en-GB/email_templates.php +++ b/resources/lang/en-GB/email_templates.php @@ -29,7 +29,7 @@ return [ 'invoice_payment_customer' => [ 'subject' => 'Payment received 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 for any question.

Best Regards,
{company_name}', ], 'invoice_payment_admin' => [