diff -u b/core/modules/migrate_drupal_ui/migrate_drupal_ui.module b/core/modules/migrate_drupal_ui/migrate_drupal_ui.module --- b/core/modules/migrate_drupal_ui/migrate_drupal_ui.module +++ b/core/modules/migrate_drupal_ui/migrate_drupal_ui.module @@ -27,8 +27,8 @@ [':upgrade' => \Drupal::url('migrate_drupal_ui.upgrade')]) . ''; $output .= '
  1. ' . t('You need to enter the database credentials of the Drupal site that you want to upgrade. You can also include its files directory in the upgrade.') . '
  2. '; $output .= '
  3. ' . t('The next page then provides an overview of which upgrade paths are available or missing, before you proceed to perform the upgrade.') . '
'; - $output .= '
' . t('Afterwards a message is displayed about the number of upgrade tasks that were successful or failed.') . '
'; - $output .= '
' . t('Reviewing the upgrade log') . '
'; + $output .= '
' . t('Lastly, a message is displayed about the number of upgrade tasks that were successful or failed.') . '
'; + $output .= '
' . t('Reviewing the upgrade Log',[':messages' => \Drupal::url('dblog.overview')]) . '
'; $output .= '
' . t('You can review the upgrade log by clicking the link in the message provided after the upgrade or by filtering the messages for the type migrate_drupal_ui on the Recent log messages page.', [':messages' => \Drupal::url('dblog.overview')]) . '
'; $output .= '
' . t('Incremental upgrades') . '
';