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;