diff --git a/resources/lang/en-GB/email_templates.php b/resources/lang/en-GB/email_templates.php
index 59e874483..b0267ad0d 100644
--- a/resources/lang/en-GB/email_templates.php
+++ b/resources/lang/en-GB/email_templates.php
@@ -44,7 +44,7 @@ return [
'bill_recur_admin' => [
'subject' => '{bill_number} recurring bill created',
- 'body' => 'Hello,
Based on {vendor_name} recurring circle, {bill_number} invoice has been automatically created.
You can see the bill details from the following link: {bill_number}.
Best Regards,
{company_name}',
+ 'body' => 'Hello,
Based on {vendor_name} recurring circle, {bill_number} bill has been automatically created.
You can see the bill details from the following link: {bill_number}.
Best Regards,
{company_name}',
],
];