diff --git a/core/modules/update/src/Form/UpdateManagerUpdate.php b/core/modules/update/src/Form/UpdateManagerUpdate.php index db497c276bb5..62572d60d343 100644 --- a/core/modules/update/src/Form/UpdateManagerUpdate.php +++ b/core/modules/update/src/Form/UpdateManagerUpdate.php @@ -278,7 +278,7 @@ class UpdateManagerUpdate extends FormBase { if (!empty($projects['manual'])) { $prefix = '

' . $this->t('Manual updates required') . '

'; - $prefix .= '

' . $this->t('Updates of Drupal core are not supported at this time.') . '

'; + $prefix .= '

' . $this->t('Automatic updates of Drupal core are not supported at this time.') . '

'; $form['manual_updates'] = [ '#type' => 'table', '#header' => $headers,