Update curl error label

This commit is contained in:
Jack Anderson 2024-03-04 10:25:37 +00:00
parent 74a8e36e30
commit 8a07aa6d90

View file

@ -224,7 +224,7 @@ class InstallHandler extends LegacyHandler
if (is_array($result['errors'])) {
foreach ($result['errors'] as $error) {
if (in_array($error, $modStrings)) {
$warnings[] = "Check Failed:" . $error . " Please refer to the logs/install.log";
$warnings[] = "One or More Failed Checks: " . $error . " Please refer to the logs/install.log";
}
}
continue;