Skip to content

Commit

Permalink
fix(bridge-ui): alerts & messages (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
failfmi authored and vikinatora committed Jan 21, 2025
1 parent 6eb2194 commit 86f94e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/bridge-ui/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"bridge": {
"success": {
"message": "Your funds are being prepared for claiming on Taiko.",
"message": "Your funds are being prepared for claiming on UniFi.",
"title": "Transaction completed"
},
"timeout": {
Expand All @@ -40,7 +40,7 @@
},
"alerts": {
"not_enough_funds": "You do not have enough ETH to cover the processing fee and transaction fee. Please add more ETH to your wallet (>= 0.0015 ETH).",
"slow_bridging": "Please note: Bridging to L1 will take around 4hs!",
"slow_bridging": "Please note: Bridging to L1 will take a couple of minutes!",
"smart_contract_wallet": "It seems you are using a smart contract wallet. Please double check that the recipient matches your wallet on the destination or change it accordingly.",
"wrapped_eth": "You are bridging wrapped ETH. Please be aware that un-wrapping will only work on the original chain of the token, <span class=\"font-bold\">NOT</span> on the destination."
},
Expand Down Expand Up @@ -623,7 +623,7 @@
"name": "Failed"
},
"pending": {
"description": "Your asset is not yet eligible for claiming. The bridging process from Taiko to Holesky may take several hours before becoming claimable. Sepolia to Taiko bridging should be claimable within minutes.",
"description": "Your asset is not yet eligible for claiming. The bridging process from UniFi to Holesky should be claimable within minutes.",
"name": "Pending"
},
"processing": {
Expand Down

0 comments on commit 86f94e9

Please sign in to comment.