From 6e88a950153324dcc7bd5cf4b15b561be6e69426 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Tue, 6 Oct 2020 15:09:40 +0530 Subject: [PATCH] 0.0.69 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2602743..8602556 100644 --- a/index.html +++ b/index.html @@ -12676,7 +12676,7 @@ if (typeof sender_token_balance.balance !== "number" || sender_token_balance.balance < token_amount) { - err_msg = `Sender has insufficient ${token_name_radio} balance.`; + err_msg = `Insufficient ${token_name_radio} balance.`; notify(err_msg, 'error'); hidePopup() return false;