Skip to content

Commit

Permalink
fix(bridge-ui-v2): improve claim message when not enough funds (#14738)
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Sep 28, 2023
1 parent 21b7265 commit 59082c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bridge-ui-v2/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
}
},
"errors": {
"insufficient_balance": "Insufficient balance to claim. Please add some ETH to your wallet.",
"insufficient_balance": "Insufficient balance to claim yourself. Please wait for the relayer to claim for you automatically. Refer to our guide for more information.",
"relayer_offline": "Relayer did not respond. Your transactions may only be loaded partially."
}
},
Expand Down

0 comments on commit 59082c6

Please sign in to comment.