diff --git a/lib/Controller/ApiController.php b/lib/Controller/ApiController.php index ded0edb9..8e6f61fa 100644 --- a/lib/Controller/ApiController.php +++ b/lib/Controller/ApiController.php @@ -174,7 +174,7 @@ class ApiController extends Controller { $recursive = is_null($this->request->getParam('folder')); $archive = !is_null($this->request->getParam('archive')); if (is_null($folder)) { - return new JSONResponse(["message" => "Timeline folder not found"], Http::STATUS_NOT_FOUND); + return new JSONResponse(["message" => "Folder not found"], Http::STATUS_NOT_FOUND); } // Run actual query