From 52c91096856d45a12959515a81fadec6994eb27a Mon Sep 17 00:00:00 2001 From: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com> Date: Fri, 2 Feb 2024 19:35:35 +0530 Subject: [PATCH] Improve error message --- app/config/errors.php | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/errors.php b/app/config/errors.php index e0c708d5a..79a092ec9 100644 --- a/app/config/errors.php +++ b/app/config/errors.php @@ -116,7 +116,7 @@ return [ ], Exception::GENERAL_REGION_ACCESS_DENIED => [ 'name' => Exception::GENERAL_REGION_ACCESS_DENIED, - 'description' => 'Sorry, access from the current region is denied.', + 'description' => 'Your location is not supported due to legal requirements.', 'code' => 451, ], diff --git a/composer.lock b/composer.lock index c90c5f760..28d4f4072 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3b43bf6f0fca50a3a2834e1bbaa90d63", + "content-hash": "e6e0d6874f4d718d96396d71a66864da", "packages": [ { "name": "adhocore/jwt",