diff --git a/src/ASP/system/System.php b/src/ASP/system/System.php index 0384c085..048556ae 100644 --- a/src/ASP/system/System.php +++ b/src/ASP/system/System.php @@ -242,7 +242,7 @@ protected static function HandleAdminRequest() // Process DB version messages if (DB_VERSION == '0.0.0') { - View::ShowGlobalMessage('Unable to establish a database connection. If you need to setup the ASP, Click Here to begin Installation'); + View::ShowGlobalMessage('Unable to establish a database connection. If you need to setup the ASP, Click Here to begin Installation'); } else if (DB_VERSION != DB_EXPECTED_VERSION) {