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'