Issue #2887114 by alauzon, Balu Ertl: Misleading text on automatic/manual update
parent
7996c0fbcd
commit
86f49c2fd2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue