diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 117e28371135..bcdc10a6741b 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4148,6 +4148,8 @@ $LANG = array( 'agree' => 'Agree', 'pending_approval' => 'Pending Approval', + 'migration_select_company_label' => 'Select companies to migrate', + 'force_migration' => 'Force migration', ); return $LANG;