diff --git a/lib/Errors.php b/lib/Errors.php index 7ff23783..5b481511 100644 --- a/lib/Errors.php +++ b/lib/Errors.php @@ -26,7 +26,7 @@ class Errors public static function NotEnabled(string $app): Http\Response { return new DataResponse([ - 'message' => "{$app} app not enabled or not v3+.", + 'message' => "{$app} app not enabled or not the required version.", ], Http::STATUS_PRECONDITION_FAILED); }