Issue #2887114 by alauzon, Balu Ertl: Misleading text on automatic/manual update

8.4.x
xjm 2017-06-18 15:02:37 -04:00
parent 7996c0fbcd
commit 86f49c2fd2
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ class UpdateManagerUpdate extends FormBase {
if (!empty($projects['manual'])) {
$prefix = '<h2>' . $this->t('Manual updates required') . '</h2>';
$prefix .= '<p>' . $this->t('Updates of Drupal core are not supported at this time.') . '</p>';
$prefix .= '<p>' . $this->t('Automatic updates of Drupal core are not supported at this time.') . '</p>';
$form['manual_updates'] = [
'#type' => 'table',
'#header' => $headers,