From 59082c60ee50501e2b8db9be080d1ac5e4ddd1c8 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 6812dc2465c..0110800e951 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." } },