From 51f0f3adb913f5310450c3ed65ceafda12df3806 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sun, 5 Jun 2022 18:14:15 +0530 Subject: [PATCH] minor UI tweak --- scripts/fn_ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/fn_ui.js b/scripts/fn_ui.js index 292c878..b0a11b2 100644 --- a/scripts/fn_ui.js +++ b/scripts/fn_ui.js @@ -58,6 +58,7 @@ function continueWalletTopup() { ecl: 'H' })) getRef('pay_by_upi').href = `upi://pay?pn=FLOPay&pa=${cashierUPI[cashier]}&am=${amount}&tn=${txCode}` + getRef('pay_by_upi').textContent = `Pay ${formatAmount(amount)} by UPI`; showChildElement('topup_wallet_process', 1) // getRef('topup_wallet__txid').focusIn(); }