From 083fb5eac70169f11b3ef224f75b6bf3a65c9cb4 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 26 Apr 2023 06:49:12 +1000 Subject: [PATCH] Remove duplicate translations --- lang/en/texts.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lang/en/texts.php b/lang/en/texts.php index 565fe7684e00..3180ee628cb3 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -4989,11 +4989,6 @@ $LANG = array( 'notification_payment_emailed' => 'Payment :payment was emailed to :client', 'notification_payment_emailed_subject' => 'Payment :payment was emailed', 'record_not_found' => 'Record not found', - 'product_tax_exempt' => 'Product Tax Exempt', - 'product_type_physical' => 'Physical Goods', - 'product_type_digital' => 'Digital Goods', - 'product_type_service' => 'Services', - 'product_type_freight' => 'Shipping', 'minimum_payment_amount' => 'Minimum Payment Amount', 'client_initiated_payments' => 'Client Initiated Payments', 'client_initiated_payments_help' => 'Support making a payment in the client portal without an invoice',