diff -u b/migrate_upgrade.module b/migrate_upgrade.module --- b/migrate_upgrade.module +++ b/migrate_upgrade.module @@ -14,7 +14,7 @@ switch ($route_name) { case 'migrate_upgrade.upgrade': $output = ''; - $output .= '

' . t('This form is used for importing configuration and content from a Drupal 6 or 7 site. Make sure you have backups of your current site before submitting this form. Also, ensure that the source database and files are accessible. For more details, see upgrading from previous versions.', array('!migrate' => 'https://www.drupal.org/upgrade')) . '

'; + $output .= '

' . t('This form is used for importing configuration and content from a previous versions of Drupal site. Make sure you have backups of your destination site before submitting this form. Also, ensure that the source database and files are accessible to the destination site. For more details, see upgrading from previous versions.', array('!migrate' => 'https://www.drupal.org/upgrade')) . '

'; return $output; } }