From ac1c64e40277e00c91e1a7ae5629230c3447ee76 Mon Sep 17 00:00:00 2001 From: keyan Date: Thu, 21 Dec 2023 17:52:35 -0600 Subject: [PATCH] reduce redundant messaging in wallet limit banner --- components/banners.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/banners.js b/components/banners.js index 34431755..10eedfb9 100644 --- a/components/banners.js +++ b/components/banners.js @@ -80,7 +80,7 @@ export function WalletLimitBanner () { Your wallet is over the current limit ({numWithUnits(msatsToSats(BALANCE_LIMIT_MSATS))})

- You will not be able to deposit any more funds or receive sats from outside of SN. + You will not be able to deposit any more funds from outside of SN.

Please spend or withdraw sats to restore full wallet functionality.