diff --git a/core/modules/update/src/Form/UpdateManagerUpdate.php b/core/modules/update/src/Form/UpdateManagerUpdate.php index db497c276bb53dd5ebd2d24b178b915b12992146..62572d60d3430055bcf0569b1201c7a3b3302e48 100644 --- a/core/modules/update/src/Form/UpdateManagerUpdate.php +++ b/core/modules/update/src/Form/UpdateManagerUpdate.php @@ -278,7 +278,7 @@ public function buildForm(array $form, FormStateInterface $form_state) { 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,