From 5f86b299c82bce3c1c715494bd6edeff801d981b Mon Sep 17 00:00:00 2001 From: Abdul Haseeb Date: Wed, 27 Dec 2023 17:28:07 +0500 Subject: [PATCH] fix: updated alert copy --- src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 4c3eafd6c..18ec77fac 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -974,7 +974,7 @@ }, "LONG": { "INVALID_JSON_CONTENT": "The content is not valid JSON. Please verify the content of your inscription.", - "INSUFFICIENT_FUNDS": "You have insufficient confirmed funds to process this transaction. This may be due to unconfirmed outputs in your balance. Please add more funds or try with a lower fee rate", + "INSUFFICIENT_FUNDS": "Your balance is insufficient to process this transaction. Please add more funds to your wallet or try with a lower fee rate", "INVALID_FEE_RATE": "The fee applied to this transaction is too low. To apply a higher fee, select edit fees at the bottom of this screen.", "INVALID_SERVICE_FEE_CONFIG": "The calling application sent an invalid payload. Please contact the application developer.", "INVALID_CONTENT": "The ordinal content you are trying to inscribe is not valid. Please verify the content of your inscription.",