From d3c286dacc822e9afe48f5d2200c4cc60b720518 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 15 Mar 2024 11:25:20 +1100 Subject: [PATCH] Updated translations --- lang/en/texts.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index a1f5611e8150..7628afa05b1e 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5256,6 +5256,8 @@ $lang = array( 'select_email_provider' => 'Set your email as the sending user', 'purchase_order_items' => 'Purchase Order Items', 'csv_rows_length' => 'No data found in this CSV file', + 'accept_payments_online' => 'Accept Payments Online', + 'all_payment_gateways' => 'View all payment gateways', ); return $lang;