Skip to content

Commit

Permalink
fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Jun 10, 2024
1 parent d0929d4 commit e513e12
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 @@ -39,7 +39,7 @@
"nft_scan_again": "Scan again"
},
"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.015 ETH).",
"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 24hrs!",
"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.",
"stable_coin": "You are bridging a stable coin. For USDC, we are currently partnering with <a target=\"_blank\" href=\"https://stargate.finance/transfer\" class=\"link\">Stargate Bridge</a> for liquidity. Consider using their bridge, as the ecosystem partners are likely using their bridged version",
Expand Down Expand Up @@ -291,7 +291,7 @@
},
"title": "Faucet",
"warning": {
"insufficient_balance": "You don't have enough ETH to complete the transaction. Please add more ETH to your wallet (>= 0.015 ETH)",
"insufficient_balance": "You don't have enough ETH to complete the transaction. Please add more ETH to your wallet (>= 0.0015 ETH)",
"no_connected": "Please connect your wallet to mint tokens.",
"not_mintable": "This token is not mintable on this network. Please switch to the correct network.",
"token_minted": "You have already minted this token.",
Expand Down Expand Up @@ -503,7 +503,7 @@
"title": "What is \"Connected to the correct chain\"?"
},
"funds": {
"description": "In order to claim the transaction yourself, you need enough funds on the destination chain (>= 0.015 ETH). If you've kept the default processing fee, the relayer will likely claim for you soon.",
"description": "In order to claim the transaction yourself, you need enough funds on the destination chain (>= 0.0015 ETH). If you've kept the default processing fee, the relayer will likely claim for you soon.",
"title": "What is \"Sufficient funds to claim\"?"
},
"quota": {
Expand Down

0 comments on commit e513e12

Please sign in to comment.