From 4ad54d6f5a04ce14dce7105b0a2c36a06b5e0fa6 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Thu, 26 Dec 2024 20:10:02 +0100 Subject: [PATCH] Fix typo in deposit notification (#1765) --- components/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/notifications.js b/components/notifications.js index a4937c3b..2264c03c 100644 --- a/components/notifications.js +++ b/components/notifications.js @@ -344,7 +344,7 @@ function getPayerSig (lud18Data) { function InvoicePaid ({ n }) { const payerSig = getPayerSig(n.invoice.lud18Data) - let actionString = 'desposited to your account' + let actionString = 'deposited to your account' let sats = n.earnedSats if (n.invoice.forwardedSats) { actionString = 'sent directly to your attached wallet'