'#template'=>'{% trans %}Resolve all issues below to continue the installation. For help configuring your database server, see the <a href="https://www.drupal.org/docs/installing-drupal">installation handbook</a>, or contact your hosting provider.{% endtrans %}{{ errors }}',
'#template'=>'{% trans %}Resolve all issues below to continue the installation. For help configuring your database server, see the <a href="https://www.drupal.org/docs/8/install">installation handbook</a>, or contact your hosting provider.{% endtrans %}{{ errors }}',
@@ -1237,7 +1237,7 @@ function system_requirements($phase) {
$requirements['trusted_host_patterns']=[
'title'=>t('Trusted Host Settings'),
'value'=>t('Not enabled'),
'description'=>t('The trusted_host_patterns setting is not configured in settings.php. This can lead to security vulnerabilities. It is <strong>highly recommended</strong> that you configure this. See <a href=":url">Protecting against HTTP HOST Header attacks</a> for more information.',[':url'=>'https://www.drupal.org/docs/installing-drupal/trusted-host-settings']),
'description'=>t('The trusted_host_patterns setting is not configured in settings.php. This can lead to security vulnerabilities. It is <strong>highly recommended</strong> that you configure this. See <a href=":url">Protecting against HTTP HOST Header attacks</a> for more information.',[':url'=>'https://www.drupal.org/docs/8/install/trusted-host-settings']),