From 9dc4fbb62d19400dfc4668e4d782c91d68da8385 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Wed, 29 May 2024 17:50:29 -0300 Subject: [PATCH] feat(locales): add english zap messages --- src/locales/en.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index d869a77ba..aeca5d5df 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1637,5 +1637,8 @@ "video.pause": "Pause", "video.play": "Play", "video.unmute": "Unmute sound", - "who_to_follow.title": "People To Follow" -} \ No newline at end of file + "who_to_follow.title": "People To Follow", + "zap.send_to": "Send zaps to {target}", + "zap.unit": "Zap amount in sats", + "zap.comment_input.placeholder":"Optional comment" +}