From e4bd89c648ea27cd9fb4dd996248eacff0172586 Mon Sep 17 00:00:00 2001 From: Gigi <109058+dergigi@users.noreply.github.com> Date: Thu, 22 Sep 2022 10:10:56 +0200 Subject: [PATCH] fix(settings): consistent case (#511) --- src/i18n/locales/en/translation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/en/translation.json b/src/i18n/locales/en/translation.json index 7bf2f2d49..2b0882a9c 100644 --- a/src/i18n/locales/en/translation.json +++ b/src/i18n/locales/en/translation.json @@ -143,8 +143,8 @@ "title": "Settings", "section_title_wallet": "Wallet", "section_title_community": "Community", - "show_balance": "Show Balance", - "hide_balance": "Hide Balance", + "show_balance": "Show balance", + "hide_balance": "Hide balance", "use_sats": "Display amounts in sats", "use_btc": "Display amounts in bitcoin", "use_dark_theme": "Switch to dark theme",