mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 22:54:25 +01:00
Add strings for email report
This commit is contained in:
parent
80b85d5c21
commit
ab3c0541db
@ -5218,6 +5218,7 @@ $lang = array(
|
|||||||
'vendor_notification_body' => 'Payment processed for :amount dated :payment_date. <br>[Transaction Reference: :transaction_reference]',
|
'vendor_notification_body' => 'Payment processed for :amount dated :payment_date. <br>[Transaction Reference: :transaction_reference]',
|
||||||
'receipt' => 'Receipt',
|
'receipt' => 'Receipt',
|
||||||
'charges' => 'Charges',
|
'charges' => 'Charges',
|
||||||
|
'email_report' => 'Email Report',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $lang;
|
return $lang;
|
||||||
|
Loading…
Reference in New Issue
Block a user