diff --git a/core/modules/migrate_drupal_ui/migrate_drupal_ui.module b/core/modules/migrate_drupal_ui/migrate_drupal_ui.module index 5f06cdcc87..d7fd1e600d 100644 --- a/core/modules/migrate_drupal_ui/migrate_drupal_ui.module +++ b/core/modules/migrate_drupal_ui/migrate_drupal_ui.module @@ -31,8 +31,6 @@ function migrate_drupal_ui_help($route_name, RouteMatchInterface $route_match) { $output .= '
' . t('Reviewing the upgrade log') . '
'; $output .= '
' . t('You can review a log of upgrade messages 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.', [':log' => \Drupal::url('migrate_drupal_ui.log'), ':messages' => \Drupal::url('dblog.overview')]) . '
'; - $output .= '
' . t('Incremental upgrades') . '
'; - $output .= '
' . t('Incremental upgrades are not yet supported through the user interface.') . '
'; $output .= '
' . t('Rolling back an upgrade') . '
'; $output .= '
' . t('Rolling back an upgrade is not yet supported through the user interface.') . '
'; $output .= '';