From ddfafc5418dacc323a7e0fc88d4baf08898ddc32 Mon Sep 17 00:00:00 2001 From: Kendall Arneaud Date: Sun, 28 Jul 2024 19:19:24 -0400 Subject: [PATCH] Update texts.php update text translations Signed-off-by: Kendall Arneaud --- lang/en/texts.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index e2bad2efdae3..7e8a04578b82 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5301,6 +5301,15 @@ $lang = array( 'latest_requires_php_version' => 'Note: the latest version requires PHP :version', 'auto_expand_product_table_notes' => 'Automatically expand products table notes', 'auto_expand_product_table_notes_help' => 'Automatically expands the notes section within the products table to display more lines.', + 'institution_number' => 'Institution Number', + 'transit_number' => 'Transit Number', + 'personal' => 'Personal', + 'address_information' => 'Address Information', + 'enter_the_information_for_the_bank_account' => 'Enter the Information for the Bank Account', + 'account_holder_information' => 'Account Holder Information', + 'enter_information_for_the_account_holder' => 'Enter Information for the Account Holder', + 'customer_type' => 'Customer Type', + 'process_date' => 'Process Date' ); return $lang;