diff --git a/app/Repositories/ServerRepository.php b/app/Repositories/ServerRepository.php index f398d4b1b..4b8f292db 100644 --- a/app/Repositories/ServerRepository.php +++ b/app/Repositories/ServerRepository.php @@ -257,7 +257,7 @@ class ServerRepository return $server->id; } catch (\GuzzleHttp\Exception\TransferException $ex) { DB::rollBack(); - throw new DisplayException('An error occured while attempting to update the configuration: ' . $ex->getMessage()); + throw new DisplayException('An error occured while attempting to create the server: ' . $ex->getMessage()); } catch (\Exception $ex) { DB::rollBack(); Log:error($ex);