diff --git a/components/notifications.js b/components/notifications.js index cf3bef6b4..33b0014db 100644 --- a/components/notifications.js +++ b/components/notifications.js @@ -239,7 +239,7 @@ function NostrZap ({ n }) { function InvoicePaid ({ n }) { return (
- {numWithUnits(n.earnedSats, { abbreviate: false })} were deposited in your account + {numWithUnits(n.earnedSats, { abbreviate: false, unitSingular: 'sat was', unitPlural: 'sats were' })} deposited in your account {timeSince(new Date(n.sortTime))} {n.invoice.comment && {n.invoice.comment}}