From 0c7f8bfe66e8fb8063d685a4a3c9f73afa46c184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 21 Mar 2024 17:41:24 +0100 Subject: [PATCH] Update translations --- lang/en/texts.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/en/texts.php b/lang/en/texts.php index d0e88abcc3f2..27a14bbe88be 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5262,12 +5262,13 @@ $lang = array( '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', + 'all_payment_gateways' => 'View all payment gateways', 'product_cost' => 'Product cost', 'enable_rappen_roudning' => 'Enable Rappen Rounding', 'enable_rappen_rounding_help' => 'Rounds totals to nearest 5', 'duration_words' => 'Duration in words', 'upcoming_recurring_invoices' => 'Upcoming Recurring Invoices', + 'total_invoices' => 'Total Invoices', ); return $lang;