diff --git a/core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php b/core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php
index 488242a..bb98ada 100644
--- a/core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php
+++ b/core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php
@@ -105,7 +105,7 @@ protected function addUmamiWarning(array &$form) {
     $form['profile']['demo_umami']['#description'] = [
       'warning' => [
         '#type' => 'item',
-        '#markup' => $this->t('This profile is intended for demonstration purposes only.'),
+        '#markup' => $this->t('This creates a site intended for demonstration purposes.'),
         '#wrapper_attributes' => [
           'class' => ['messages', 'messages--warning'],
         ],
