Update lang/en/texts.php: Added 'Shipping Country' field

This commit is contained in:
Benjamin Beganović 2024-04-01 19:05:12 +02:00
parent 2eb830619c
commit 695ab75f99

View File

@ -5284,6 +5284,7 @@ $lang = array(
'enable_rappen_rounding_help' => 'Rounds totals to nearest 5',
'duration_words' => 'Duration in words',
'upcoming_recurring_invoices' => 'Upcoming Recurring Invoices',
'shipping_country_id' => 'Shipping Country',
);
return $lang;