From a631681f73cf80c98ea787e133e29054f01affa0 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 5 Mar 2021 20:27:45 +1100 Subject: [PATCH] Add translations --- resources/lang/en/texts.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 90efbe0f9b01..973b5be12dd7 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4155,6 +4155,8 @@ $LANG = array( 'hello' => 'Hello', 'group_documents' => 'Group documents', 'quote_approval_confirmation_label' => 'Are you sure you want to approve this quote?', + 'migration_select_company_label' => 'Select companies to migrate', + 'force_migration' => 'Force migration', ); return $LANG;