Fix typo in deposit notification (#1765)
This commit is contained in:
parent
1b1045fcd9
commit
4ad54d6f5a
|
@ -344,7 +344,7 @@ function getPayerSig (lud18Data) {
|
||||||
|
|
||||||
function InvoicePaid ({ n }) {
|
function InvoicePaid ({ n }) {
|
||||||
const payerSig = getPayerSig(n.invoice.lud18Data)
|
const payerSig = getPayerSig(n.invoice.lud18Data)
|
||||||
let actionString = 'desposited to your account'
|
let actionString = 'deposited to your account'
|
||||||
let sats = n.earnedSats
|
let sats = n.earnedSats
|
||||||
if (n.invoice.forwardedSats) {
|
if (n.invoice.forwardedSats) {
|
||||||
actionString = 'sent directly to your attached wallet'
|
actionString = 'sent directly to your attached wallet'
|
||||||
|
|
Loading…
Reference in New Issue