From 73d136e88bf18972edacc77a916f98ae7dba4d7c Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Wed, 5 Jun 2024 19:21:38 -0300 Subject: [PATCH] fix: yarn i18n --- src/locales/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 4ecf5d1ce..380851c4f 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1640,10 +1640,10 @@ "video.play": "Play", "video.unmute": "Unmute sound", "who_to_follow.title": "People To Follow", + "zap.button.text.raw": "Zap {amount} sats", + "zap.button.text.rounded": "Zap {amount}K sats", "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.button.text.rounded": "Zap {amount}K sats", - "zap.button.text.raw": "Zap {amount} sats" + "zap.unit": "Zap amount in sats" }