From 1c7377b0000bb90c87bf4f9c38405441095ae90c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 23 Oct 2024 16:11:29 +1100 Subject: [PATCH] Fixes for translation --- app/Jobs/Company/CompanyExport.php | 2 +- lang/en/texts.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Jobs/Company/CompanyExport.php b/app/Jobs/Company/CompanyExport.php index 07252140de..a13dbed61a 100644 --- a/app/Jobs/Company/CompanyExport.php +++ b/app/Jobs/Company/CompanyExport.php @@ -307,7 +307,7 @@ class CompanyExport implements ShouldQueue $invoice = $this->transformArrayOfKeys($invoice, ['recurring_id','client_id', 'vendor_id', 'project_id', 'design_id', 'subscription_id']); $invoice->tax_data = ''; - return $invoice->makeVisible(['id', + return $invoice->makeHidden(['gateway_fee'])->makeVisible(['id', 'private_notes', 'user_id', 'client_id', diff --git a/lang/en/texts.php b/lang/en/texts.php index 23b7a8bf71..8d9e1ea917 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5384,7 +5384,7 @@ $lang = array( 'currency_Congolese_Franc' => 'Congolese Franc', 'currency_Djiboutian_Franc' => 'Djiboutian Franc', 'currency_Eritrean_Nakfa' => 'Eritrean Nakfa', - 'currency_Falkland_Islands_Pound' => 'Falklan Islands Pound', + 'currency_Falkland_Islands_Pound' => 'Falkland Islands Pound', 'currency_Guinean_Franc' => 'Guinean Franc', 'currency_Iraqi_Dinar' => 'Iraqi Dinar', 'currency_Lesotho_Loti' => 'Lesotho Loti',