From 4576e73e836c63354c0afc02a6cf7d0d7b22c7aa Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 8 Oct 2023 13:09:21 +1100 Subject: [PATCH] Updates for translations --- lang/en/texts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index 5a69b507d265..a1c32b256f7c 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5178,6 +5178,7 @@ $LANG = array( 'classification' => 'Classification', 'stock_quantity_number' => 'Stock :quantity', 'upcoming' => 'Upcoming', + 'client_contact' => 'Client Contact', ); return $LANG;