From f8d9dd52d340ee73ef39d47080c3511ddbf89a94 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 23 Aug 2024 09:29:10 +1000 Subject: [PATCH] translations --- lang/en/texts.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index fa77340579ce..55ded895bd16 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5319,6 +5319,8 @@ $lang = array( 'one_page_checkout' => 'One-Page Checkout', 'one_page_checkout_help' => 'Enable the new single page payment flow', 'applies_to' => 'Applies To', + 'accept_purchase_order' => 'Accept Purchase Order', + 'round_to_seconds' => 'Round To Seconds', ); return $lang;