diff --git a/core/install.php b/core/install.php
index 6d5b3d143e..595f4b120e 100644
--- a/core/install.php
+++ b/core/install.php
@@ -26,7 +26,7 @@
// Exit early if running an incompatible PHP version to avoid fatal errors.
if (version_compare(PHP_VERSION, \Drupal::MINIMUM_PHP) < 0) {
- print 'Your PHP installation is too old. Drupal requires at least PHP ' . \Drupal::MINIMUM_PHP . '. See the Environment requirements of Drupal 9 page for more information.';
+ print 'Your PHP installation is too old. Drupal requires at least PHP ' . \Drupal::MINIMUM_PHP . '. See the Environment requirements of Drupal 9 page for more information.';
exit;
}