diff --git a/core/lib/Drupal/Core/Database/Install/Tasks.php b/core/lib/Drupal/Core/Database/Install/Tasks.php
index 8ef32be..a5ab2e6 100644
--- a/core/lib/Drupal/Core/Database/Install/Tasks.php
+++ b/core/lib/Drupal/Core/Database/Install/Tasks.php
@@ -155,7 +155,7 @@ public function runTasks() {
}
}
if (!empty($message)) {
- $message = Xss::filterAdmin('Resolve all issues below to continue the installation. For help configuring your database server, see the installation handbook, or contact your hosting provider.', $message);
+ $message = Xss::filterAdmin('Resolve all issues below to continue the installation. For help configuring your database server, see the installation handbook, or contact your hosting provider.' . $message);
throw new TaskException($message);
}
}