From 13344b7ad940c686f7a2dc00257c8778c47ee8ee Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 29 Apr 2022 13:26:06 +1000 Subject: [PATCH] Update language files --- resources/lang/en/texts.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 9b946d9ae1ae..09a162e83923 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4568,6 +4568,13 @@ $LANG = array( 'archive_company_gateway' => 'Archive payment gateway', 'delete_company_gateway' => 'Delete payment gateway', 'exchange_currency' => 'Exchange currency', + 'tax_amount1' => 'Tax Amount 1', + 'tax_amount2' => 'Tax Amount 2', + 'tax_amount3' => 'Tax Amount 3', + 'update_project' => 'Update Project', + 'auto_archive_invoice_cancelled' => 'Auto Archive Cancelled Invoice', + 'auto_archive_invoice_cancelled_help' => 'Automatically archive invoices when they are cancelled', + ); return $LANG;