From e7f778274fd7109af9e83f2e812a7b47e1a24d76 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Sat, 1 Jun 2024 17:59:36 -0300 Subject: [PATCH] fix: yarn i18n --- src/locales/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 22f12a09c..e3959bf79 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1638,8 +1638,8 @@ "video.play": "Play", "video.unmute": "Unmute sound", "who_to_follow.title": "People To Follow", + "zap.comment_input.placeholder": "Optional comment", + "zap.open_wallet": "Open Wallet", "zap.send_to": "Send zaps to {target}", - "zap.unit": "Zap amount in sats", - "zap.comment_input.placeholder":"Optional comment", - "zap.open_wallet": "Open Wallet" -} + "zap.unit": "Zap amount in sats" +} \ No newline at end of file