From 256d09a6cabaf316bdbeffb292ec987fbf04dcb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Wed, 7 Feb 2024 15:19:25 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20implement=20=E2=82=BF=20as=20currency?= =?UTF-8?q?=20symbol?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/en/translation.json b/src/i18n/locales/en/translation.json index 144b6e7e6b..e71f3a9476 100644 --- a/src/i18n/locales/en/translation.json +++ b/src/i18n/locales/en/translation.json @@ -363,7 +363,7 @@ }, "allowance_view": { "budget_spent": "Budget spent", - "sats": "sats", + "sats": "₿", "no_transactions": "No transactions on <0>{{name}} yet.", "total_spent": "Total spent", "total_payments": "Total payments", @@ -972,8 +972,8 @@ "connected_sites": "Connected Sites", "wallet": "Wallet", "full_screen": "Full Screen", - "sats_one": "sat", - "sats_other": "sats", + "sats_one": "₿", + "sats_other": "₿", "loading": "loading", "amount": "Amount", "optional": "Optional",