From 86f49c2fd26ad89fb4794c0acfd91d79a36de91b Mon Sep 17 00:00:00 2001 From: xjm Date: Sun, 18 Jun 2017 15:02:37 -0400 Subject: [PATCH] Issue #2887114 by alauzon, Balu Ertl: Misleading text on automatic/manual update --- core/modules/update/src/Form/UpdateManagerUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/update/src/Form/UpdateManagerUpdate.php b/core/modules/update/src/Form/UpdateManagerUpdate.php index db497c276bb..62572d60d34 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,