From b3d49e5b4990f6b600ae3b7f81385789b2d37abe Mon Sep 17 00:00:00 2001 From: mikemag-dev <3445394+mikemag-dev@users.noreply.github.com> Date: Mon, 9 Oct 2023 20:02:18 -0400 Subject: [PATCH] update 403 case title to "restricted" (#95) --- config/localization/en/app.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index b00ad1803..b65a01d20 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -1757,7 +1757,7 @@ "WALLET_RESTRICTED_ERROR_MESSAGE": "Because this address appears to be a resident of, or trading from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, this address has been blocked.", "WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE": "Because the destination address appears to be a resident of, or trading from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, the destination address has been blocked and this transaction cannot be completed.", "WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE": "Because the origination address appears to be a resident of, or trading from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, the origination address has been blocked and this transaction cannot be completed.", - "REGION_NOT_PERMITTED_TITLE": "dYdX Unavailable", + "REGION_NOT_PERMITTED_TITLE": "Restricted", "REGION_NOT_PERMITTED_SUBTITLE": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use, or have engaged in activity that violates our terms of use, you have been blocked. You may withdraw your funds from the protocol at any time.", "BANNED_USER": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use, you have been permanently blocked from performing transfers within the protocol, making fast withdrawals to remove funds from the protocol, and placing orders other than market orders that reduce your positions. You may withdraw your funds from the protocol at any time.", "COULD_NOT_CONNECT": "Couldn't connect to {WALLET}", diff --git a/package-lock.json b/package-lock.json index b893e52b3..af16c1dd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "0.1.25", + "version": "0.1.27", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "0.1.25", + "version": "0.1.27", "license": "BSL-1.1", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index 6e54f9a7f..a5face152 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "0.1.26", + "version": "0.1.27", "description": "v4 localization", "main": "index.ts", "scripts": {