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 19, 2023
1 parent dfa096a commit ff938a0
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

1 comment on commit ff938a0

@vercel
Copy link

@vercel vercel bot commented on ff938a0 Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bridge-ui-v2-internal – ./packages/bridge-ui-v2

bridge-ui-v2-internal.vercel.app
bridge-ui-v2-internal-taikoxyz.vercel.app
bridge-ui-v2-internal-git-main-taikoxyz.vercel.app

Please sign in to comment.