Skip to content

Commit

Permalink
fix: adjust partial transfer message (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov authored Jul 15, 2024
1 parent 6048ef0 commit 0354930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widget/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
},
Expand Down

0 comments on commit 0354930

Please sign in to comment.