From ff938a00733d399710bc2fcabc5c42a0960ee8ab Mon Sep 17 00:00:00 2001 From: Korbinian Date: Tue, 19 Sep 2023 19:57:41 +0200 Subject: [PATCH] fix(bridge-ui-v2): improve claim message when not enough funds (#14738) --- packages/bridge-ui-v2/src/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bridge-ui-v2/src/i18n/en.json b/packages/bridge-ui-v2/src/i18n/en.json index e3988dc954..637a43e9c9 100644 --- a/packages/bridge-ui-v2/src/i18n/en.json +++ b/packages/bridge-ui-v2/src/i18n/en.json @@ -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." } },