From 6288db1b8388ca8a06e179b8dfa65d2a86b75d9f Mon Sep 17 00:00:00 2001 From: keyan Date: Fri, 12 Jan 2024 23:45:38 -0600 Subject: [PATCH] fix autowithdraw wording --- pages/settings/wallets/lightning-address.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/settings/wallets/lightning-address.js b/pages/settings/wallets/lightning-address.js index 1c6a28f6..42c51df9 100644 --- a/pages/settings/wallets/lightning-address.js +++ b/pages/settings/wallets/lightning-address.js @@ -35,7 +35,7 @@ export default function LightningAddress () { return (

lightning address

-
autowithdraw to a lightning address when threshold is breached
+
autowithdraw to a lightning address when desired balance is breached
{ const value = e.target.value setSendThreshold(Math.max(Math.floor(value / 10), 1)) }} - hint={isNaN(sendThreshold) ? undefined : `note: will attempt withdraw when threshold is exceeded by ${sendThreshold} sats`} + hint={isNaN(sendThreshold) ? undefined : `note: will attempt withdrawal when desired balance is exceeded by ${sendThreshold} sats`} append={sats} />