reduce redundant messaging in wallet limit banner
This commit is contained in:
parent
628f755afd
commit
ac1c64e402
|
@ -80,7 +80,7 @@ export function WalletLimitBanner () {
|
||||||
Your wallet is over the current limit ({numWithUnits(msatsToSats(BALANCE_LIMIT_MSATS))})
|
Your wallet is over the current limit ({numWithUnits(msatsToSats(BALANCE_LIMIT_MSATS))})
|
||||||
</Alert.Heading>
|
</Alert.Heading>
|
||||||
<p className='mb-1'>
|
<p className='mb-1'>
|
||||||
You will not be able to deposit any more funds or receive sats from <strong>outside</strong> of SN.
|
You will not be able to deposit any more funds from <strong>outside</strong> of SN.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Please spend or withdraw sats to restore full wallet functionality.
|
Please spend or withdraw sats to restore full wallet functionality.
|
||||||
|
|
Loading…
Reference in New Issue