fix: typo
Corrected the typo on line 47. Changed invoice to bill.
This commit is contained in:
parent
9b6f729b13
commit
66fcd1a721
@ -44,7 +44,7 @@ return [
|
|||||||
|
|
||||||
'bill_recur_admin' => [
|
'bill_recur_admin' => [
|
||||||
'subject' => '{bill_number} recurring bill created',
|
'subject' => '{bill_number} recurring bill created',
|
||||||
'body' => 'Hello,<br /><br />Based on {vendor_name} recurring circle, <strong>{bill_number}</strong> invoice has been automatically created.<br /><br />You can see the bill details from the following link: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Best Regards,<br />{company_name}',
|
'body' => 'Hello,<br /><br />Based on {vendor_name} recurring circle, <strong>{bill_number}</strong> bill has been automatically created.<br /><br />You can see the bill details from the following link: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Best Regards,<br />{company_name}',
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user