diff --git a/core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php b/core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php index 55b7cbeea7c5..55fb7b64ac82 100644 --- a/core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php +++ b/core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php @@ -72,7 +72,7 @@ class SelectLanguageForm extends FormBase { '#type' => 'item', // #markup is XSS admin filtered which ensures unsafe protocols will be // removed from the url. - '#markup' => '
Translations will be downloaded from the Drupal Translation website. If you do not want this, select English.
', + '#markup' => 'Translations will be downloaded from the Drupal Translation website. If you do not want this, select English.
', '#states' => [ 'invisible' => [ 'select[name="langcode"]' => ['value' => 'en'],