kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Zap Notification: "sent" -> "zapped"
rodzic
74a487f846
commit
69c8d152ef
|
@ -143,7 +143,7 @@ const notificationMessages: Record<NotificationType, MessageDescriptor> = define
|
|||
},
|
||||
'ditto:zap': {
|
||||
id: 'notification.ditto:zap',
|
||||
defaultMessage: '{name} sent you {amount} sats',
|
||||
defaultMessage: '{name} zapped you {amount} sats',
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
@ -1171,7 +1171,7 @@
|
|||
"nostr_signup.siwe.alt": "Sign in with key",
|
||||
"nostr_signup.siwe.title": "Sign in",
|
||||
"notification.ditto:name_grant": "You were granted the name {acct}",
|
||||
"notification.ditto:zap": "{name} sent you {amount} sats",
|
||||
"notification.ditto:zap": "{name} zapped you {amount} sats",
|
||||
"notification.favourite": "{name} liked your post",
|
||||
"notification.follow": "{name} followed you",
|
||||
"notification.follow_request": "{name} has requested to follow you",
|
||||
|
|
Ładowanie…
Reference in New Issue