From a3ae4922e434273d97b9db056233796d45802034 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 12 Nov 2020 15:32:26 +1300 Subject: [PATCH] Brand naming Co-authored-by: Aaron Carlino --- src/Core/CoreKernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/CoreKernel.php b/src/Core/CoreKernel.php index 2b25428a5..595a60cb6 100644 --- a/src/Core/CoreKernel.php +++ b/src/Core/CoreKernel.php @@ -270,7 +270,7 @@ class CoreKernel implements Kernel $databaseConfig = DB::getConfig(); // Gracefully fail if no DB is configured if (empty($databaseConfig['database'])) { - $msg = 'SilverStripe Framework requires a "database" key in DB::getConfig(). ' . + $msg = 'Silverstripe Framework requires a "database" key in DB::getConfig(). ' . 'Did you forget to set SS_DATABASE_NAME or SS_DATABASE_CHOOSE_NAME in your environment?'; $this->detectLegacyEnvironment(); $this->redirectToInstaller($msg);