Fix typo in deposit notification (#1765)

This commit is contained in:
ekzyis 2024-12-26 20:10:02 +01:00 committed by GitHub
parent 1b1045fcd9
commit 4ad54d6f5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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'