diff --git a/app/Http/Middleware/Api/Client/Server/AuthenticateServerAccess.php b/app/Http/Middleware/Api/Client/Server/AuthenticateServerAccess.php index 2a08a1cb4..5dae378d4 100644 --- a/app/Http/Middleware/Api/Client/Server/AuthenticateServerAccess.php +++ b/app/Http/Middleware/Api/Client/Server/AuthenticateServerAccess.php @@ -69,7 +69,7 @@ class AuthenticateServerAccess ); } - // Still allow users to get information about there server if it is installing or being transferred. + // Still allow users to get information about their server if it is installing or being transferred. if (! $request->routeIs('api:client:server.view')) { if (! $server->isInstalled()) { // Throw an exception for all server routes; however if the user is an admin and requesting the