From 846cafde968d00b02a7870c04004a00f791b4c2c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 21 Dec 2023 01:31:26 +1100 Subject: [PATCH] updated lang files --- lang/en/texts.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index a4bc7734fc..baeb39ccc1 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5221,6 +5221,12 @@ $lang = array( 'charges' => 'Charges', 'email_report' => 'Email Report', 'payment_type_Pay Later' => 'Pay Later', + 'payment_type_credit' => 'Payment Type Credit', + 'payment_type_debit' => 'Payment Type Debit', + 'send_emails_to' => 'Send Emails To', + 'primary_contact' => 'Primary Contact', + 'all_contacts' => 'All Contacts', + 'insert_below' => 'Insert Below', ); return $lang;