Merge branch 'sent-zapped' into 'main'

Zap Notification: "sent" -> "zapped"

See merge request soapbox-pub/soapbox!3108
environments/review-main-yi2y9f/deployments/4795
Alex Gleason 2024-09-07 12:10:04 +00:00
commit 822115c18f
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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',
},
});

Wyświetl plik

@ -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",