diff --git a/core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php b/core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php index 63ae5d9..54f8637 100644 --- a/core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php +++ b/core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php @@ -148,7 +148,7 @@ public function buildOverviewForm(array $form, FormStateInterface $form_state) { ]; $legend[] = $this->t('Old site: the site you want to upgrade'); - $legend[] = $this->t('New site: this empty Drupal 8 installation you will import the old site.'); + $legend[] = $this->t('New site: this empty Drupal 8 installation you will import the old site to.'); $form['legend'] = [ '#theme' => 'item_list',