diff --git a/index.html b/index.html index 2602743..2d71fc0 100644 --- a/index.html +++ b/index.html @@ -2262,7 +2262,6 @@ type = 'Paying through cashier' break; } - if (processed === 'false') { icon = ` pending @@ -2275,6 +2274,7 @@ showReportButton.classList.remove('hide') } else{ + cautionMessage.innerHTML = `` showReportButton.classList.add('hide') icon = ` @@ -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;