diff --git a/core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php b/core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php index 6d5fe65..f571a3f 100644 --- a/core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php +++ b/core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php @@ -217,6 +217,7 @@ public function buildForm(array $form, FormStateInterface $form_state) { $form['update_notifications']['update_status_module'] = array( '#type' => 'checkboxes', '#title' => $this->t('Update notifications'), + '#title_display' => 'invisible', '#options' => array( 1 => $this->t('Check for updates automatically'), 2 => $this->t('Receive email notifications'),