From 60ce75f4f663f64dba12e8fe93e6918aae0c503e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 22 Nov 2022 16:45:48 +0100 Subject: [PATCH 1/2] Provide translations --- lang/en/texts.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index 3817b0d65129..29fb00dba12b 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -4843,6 +4843,10 @@ $LANG = array( 'refresh_accounts' => 'Refresh Accounts', 'upgrade_to_connect_bank_account' => 'Upgrade to Enterprise to connect your bank account', 'click_here_to_connect_bank_account' => 'Click here to connect your bank account', + 'include_tax' => 'Include tax', + 'is_expense_billed' => '/', + 'is_expense_billed' => '/', + 'email_template_change' => 'E-mail template body can be changed on', ); return $LANG; From 4d063733fd6269a37fc89d09466b174698e8307a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 29 Nov 2022 13:25:06 +0100 Subject: [PATCH 2/2] Update texts.php --- lang/en/texts.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lang/en/texts.php b/lang/en/texts.php index 29fb00dba12b..48914f0274c9 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -4844,8 +4844,6 @@ $LANG = array( 'upgrade_to_connect_bank_account' => 'Upgrade to Enterprise to connect your bank account', 'click_here_to_connect_bank_account' => 'Click here to connect your bank account', 'include_tax' => 'Include tax', - 'is_expense_billed' => '/', - 'is_expense_billed' => '/', 'email_template_change' => 'E-mail template body can be changed on', );