kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'sent-zapped' into 'main'
Zap Notification: "sent" -> "zapped" See merge request soapbox-pub/soapbox!3108environments/review-main-yi2y9f/deployments/4795
commit
822115c18f
|
@ -143,7 +143,7 @@ const notificationMessages: Record<NotificationType, MessageDescriptor> = define
|
||||||
},
|
},
|
||||||
'ditto:zap': {
|
'ditto:zap': {
|
||||||
id: 'notification.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.alt": "Sign in with key",
|
||||||
"nostr_signup.siwe.title": "Sign in",
|
"nostr_signup.siwe.title": "Sign in",
|
||||||
"notification.ditto:name_grant": "You were granted the name {acct}",
|
"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.favourite": "{name} liked your post",
|
||||||
"notification.follow": "{name} followed you",
|
"notification.follow": "{name} followed you",
|
||||||
"notification.follow_request": "{name} has requested to follow you",
|
"notification.follow_request": "{name} has requested to follow you",
|
||||||
|
|
Ładowanie…
Reference in New Issue