diff --git a/core/modules/migrate_drupal_ui/migrate_drupal_ui.module b/core/modules/migrate_drupal_ui/migrate_drupal_ui.module index a3454e9..6202081 100644 --- a/core/modules/migrate_drupal_ui/migrate_drupal_ui.module +++ b/core/modules/migrate_drupal_ui/migrate_drupal_ui.module @@ -13,7 +13,7 @@ function migrate_drupal_ui_help($route_name, RouteMatchInterface $route_match) { switch ($route_name) { case 'help.page.migrate_drupal_ui': - $output = '

' . t('The Drupal Upgrade module provides a one-click upgrade from an earlier version of Drupal. For details, see the online documentation for the Drupal Upgrade module in the handbook on upgrading from previous versions.', [':migrate' => 'https://www.drupal.org/upgrade/migrate']) . '

'; + $output = '

' . t('The Drupal Upgrade UI module provides a one-click upgrade from an earlier version of Drupal. For details, see the online documentation for the Drupal Upgrade UI module in the handbook on upgrading from previous versions.', [':migrate' => 'https://www.drupal.org/upgrade/migrate']) . '

'; return $output; } }