From e1cd7e879c4b89ad889237e287feb70e2eec8621 Mon Sep 17 00:00:00 2001 From: Kendall Arneaud Date: Fri, 26 Jul 2024 13:03:39 -0400 Subject: [PATCH] Update texts.php update text translation for canada Signed-off-by: Kendall Arneaud --- lang/ca/texts.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/ca/texts.php b/lang/ca/texts.php index baf5f83c9e23..e51aeff169a4 100644 --- a/lang/ca/texts.php +++ b/lang/ca/texts.php @@ -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;