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;