From 66fcd1a72182607e3aa48e6be5294bd616c2d9a8 Mon Sep 17 00:00:00 2001 From: Faruk Nasir Date: Tue, 20 Apr 2021 11:34:01 +0100 Subject: [PATCH] fix: typo Corrected the typo on line 47. Changed invoice to bill. --- resources/lang/en-GB/email_templates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}', ], ];