From c608336c0493c14e490afdcafce79f4d4ce280b8 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 16 Mar 2021 09:01:41 +1100 Subject: [PATCH] Fixes for missing translations --- resources/lang/en/texts.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 81bd21dc57..a348263759 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4174,6 +4174,9 @@ $LANG = array( 'zoho' => 'Zoho', 'accounting' => 'Accounting', 'required_files_missing' => 'Please provide all CSVs.', + 'migration_auth_label' => 'Let\'s continue by authenticating.', + 'api_secret' => 'API secret', + 'migration_api_secret_notice' => 'You can find API_SECRET in the .env file or Invoice Ninja v5. If property is missing, leave field blank.', ); return $LANG;