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} />