From 7730b398d8434652248f68831d42078f584800f2 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 24 Feb 2023 07:40:48 +1100 Subject: [PATCH] Fixes for conflicts --- lang/en/texts.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/en/texts.php b/lang/en/texts.php index fa4ff6933e1e..fad5214c85cc 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5000,7 +5000,8 @@ $LANG = array( 'sync_from' => 'Sync From', 'gateway_payment_text' => 'Invoices: :invoices for :amount for client :client', 'gateway_payment_text_no_invoice' => 'Payment with no invoice for amount :amount for client :client', - + 'click_to_variables' => 'Client here to see all variables.', + 'ship_to' => 'Ship to', );