From 1ed3c9df1f6ca484cb7fb059f1a4c56e54b1e561 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 1 Mar 2020 09:56:56 +0200 Subject: [PATCH] Update lang file --- resources/lang/en/texts.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 30c8a22d5383..6284a5cbbbc3 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3286,9 +3286,9 @@ $LANG = array( 'product3' => 'Custom Product 3', 'product4' => 'Custom Product 4', 'client1' => 'Custom Client 1', - 'client2' => 'Custom Client 1', - 'client3' => 'Custom Client 1', - 'client4' => 'Custom Client 1', + 'client2' => 'Custom Client 2', + 'client3' => 'Custom Client 3', + 'client4' => 'Custom Client 4', 'contact1' => 'Custom Contact 1', 'contact2' => 'Custom Contact 2', 'contact3' => 'Custom Contact 3', @@ -3471,6 +3471,10 @@ $LANG = array( 'vendor_city' => 'Vendor City', 'vendor_state' => 'Vendor State', 'vendor_country' => 'Vendor Country', + 'credit_footer' => 'Credit Footer', + 'credit_terms' => 'Credit Terms', + 'untitled_company' => 'Untitled Company', + 'added_company' => 'Successfully added company', ); return $LANG;