diff --git a/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php b/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php index b62b0303d0..95b9fc5e62 100644 --- a/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php +++ b/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php @@ -148,7 +148,7 @@ class MigrateUpgradeForm extends ConfirmFormBase { ]; $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 to.'); + $legend[] = $this->t('New site: this empty Drupal 8 installation you will import the old site.'); $form['legend'] = [ '#theme' => 'item_list', @@ -156,11 +156,11 @@ class MigrateUpgradeForm extends ConfirmFormBase { '#items' => $legend, ]; - $info[] = $this->t('You may need multiple tries for a succesful upgrade so backup the database for this new site. The upgrade will change it and you may want to revert to its initial state.'); - $info[] = $this->t('Make sure that the database for the old site is accessible on the host of this new site.'); - $info[] = $this->t('If the old site has private files, a copy of its files directory must also be accessible on the host of this new site.'); - $info[] = $this->t('Enable all modules on this new site that are enabled on the old site. For example, if the old site uses the book module, then enable the book module on this new site so that the existing data can be imported to it.'); - $info[] = $this->t('Do not add any content to this site before upgrading. Any existing content is likely to be overwritten by the upgrade process. See the upgrade preparation guide.', [ + $info[] = $this->t('You may need multiple tries for a succesful upgrade so backup the database for this new site. The upgrade will change it and you may want to revert to its initial state.'); + $info[] = $this->t('Make sure that access to the database for the old site is available from this new site.'); + $info[] = $this->t('If the old site has private files, a copy of its files directory must also be accessible on the host of this new site.'); + $info[] = $this->t('Enable all modules on this new site that are enabled on the old site. For example, if the old site uses the book module, then enable the book module on this new site so that the existing data can be imported to it.'); + $info[] = $this->t('Do not add any content to the new site before upgrading. Any existing content is likely to be overwritten by the upgrade process. See the upgrade preparation guide.', [ ':url' => 'https://www.drupal.org/docs/8/upgrade/preparing-an-upgrade#dont_create_content', ]); $info[] = $this->t('Put this site into maintenance mode.', [