From 253ee5dc154cc2726d08d8f90d3a252b442a072e Mon Sep 17 00:00:00 2001 From: Eugene Chybisov Date: Mon, 15 Jul 2024 11:57:22 +0200 Subject: [PATCH] fix: adjust partial transfer message --- packages/widget/src/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/widget/src/i18n/en.json b/packages/widget/src/i18n/en.json index 28cc99413..1af3986b9 100644 --- a/packages/widget/src/i18n/en.json +++ b/packages/widget/src/i18n/en.json @@ -90,7 +90,7 @@ }, "success": { "message": { - "exchangePartiallySuccessful": "We've tried to complete the transaction, but {{tool}} ran out of liquidity for {{tokenSymbol}} token.", + "exchangePartiallySuccessful": "We've tried to complete the transaction, but {{tool}} couldn't proceed due to either slippage settings or lack of liquidity for the {{tokenSymbol}} token.", "exchangeSuccessful": "There are now {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} in {{walletAddress}} wallet on {{chainName}} chain.", "purchaseSuccessful": "You now own {{assetName}} in {{walletAddress}} wallet on {{chainName}} chain." },