From 16926511841da84f72c1333c6350aef43a1bc1b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Mon, 27 May 2024 11:35:07 +0200 Subject: [PATCH] fix(Wallet): "All accounts" title casing typo Fixes #14669 --- ui/app/AppLayouts/Wallet/panels/WalletHeader.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Wallet/panels/WalletHeader.qml b/ui/app/AppLayouts/Wallet/panels/WalletHeader.qml index 77e979b200..6c1fe580ef 100644 --- a/ui/app/AppLayouts/Wallet/panels/WalletHeader.qml +++ b/ui/app/AppLayouts/Wallet/panels/WalletHeader.qml @@ -56,7 +56,7 @@ Item { if (root.walletStore.showSavedAddresses) return qsTr("Saved addresses") - return overview.isAllAccounts ? qsTr("All Accounts") : overview.name + return overview.isAllAccounts ? qsTr("All accounts") : overview.name } } StatusEmoji {