From 3b864fd9ac6e220aa6c7a018701bcf825d9acdad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 31 Oct 2024 16:35:35 +0100 Subject: [PATCH] Update translations --- lang/en/texts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index 8d9e1ea917..114aa54f60 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5405,6 +5405,7 @@ $lang = array( 'invalid_vat_number' => "The VAT number is not valid for the selected country. Format should be Country Code followed by number only ie, DE123456789", 'acts_as_sender' => 'Acts as Sender', 'acts_as_receiver' => 'Acts as Receiver', + 'sales_above_threshold' => 'Sales above threshold', ); return $lang;