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;