diff --git a/core/modules/drupal_upgrade/drupal_upgrade.module b/core/modules/drupal_upgrade/drupal_upgrade.module index 5d3e1c2..2366914 100644 --- a/core/modules/drupal_upgrade/drupal_upgrade.module +++ b/core/modules/drupal_upgrade/drupal_upgrade.module @@ -13,7 +13,7 @@ function drupal_upgrade_help($route_name, RouteMatchInterface $route_match) { switch ($route_name) { case 'help.page.drupal_upgrade': - $output = '

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

'; + $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']) . '

'; return $output; } }