diff --git a/app/config/errors.php b/app/config/errors.php index e0c708d5ac..79a092ec99 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 c90c5f760f..28d4f4072a 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",