From 3bf9a5ccdbfcb9640a671d379bb7b609f27cfe73 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Mon, 2 Sep 2024 09:42:02 -0300 Subject: [PATCH] feat(locales): add notification.ditto:zap message id --- src/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 1c4ae8d52..c0522a00f 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1168,6 +1168,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.favourite": "{name} liked your post", "notification.follow": "{name} followed you", "notification.follow_request": "{name} has requested to follow you", @@ -1651,4 +1652,4 @@ "zap.open_wallet": "Open Wallet", "zap.send_to": "Send zaps to {target}", "zap.unit": "Zap amount in sats" -} \ No newline at end of file +}