1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Update texts.php

update text translation for canada

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
This commit is contained in:
Kendall Arneaud 2024-07-26 13:03:39 -04:00 committed by GitHub
parent f9f20ae0f5
commit e1cd7e879c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5316,7 +5316,8 @@ $lang = array(
'enter_information_for_the_account_holder' => 'Enter Information for the Account Holder',
'home_phone' => 'Home Phone',
'customer_type' => 'Customer Type',
'process_date' => 'Process Date'
'process_date' => 'Process Date',
'other_phone' => 'Other Phone'
);
return $lang;