diff --git a/core/modules/update/update.install b/core/modules/update/update.install index c616412ac4..4d13971340 100644 --- a/core/modules/update/update.install +++ b/core/modules/update/update.install @@ -113,7 +113,7 @@ function _update_requirement_check($project, $type) { // a single paragraph. $requirement['description'][] = ['#markup' => _update_message_text($type, $status)]; if (_update_manager_access()) { - $requirement['description'][] = ['#prefix' => ' ', '#markup' => t('See the available updates page for more information and to install your missing updates.', [':available_updates' => \Drupal::url('update.report_update')])]; + $requirement['description'][] = ['#prefix' => ' ', '#markup' => t('See the update page for more information and to install manual updates.', [':available_updates' => \Drupal::url('update.report_update')])]; } else { $requirement['description'][] = ['#prefix' => ' ', '#markup' => t('See the available updates page for more information.', [':available_updates' => \Drupal::url('update.status')])];