fix(Wallet): "All accounts" title casing typo

Fixes #14669
This commit is contained in:
Lukáš Tinkl 2024-05-27 11:35:07 +02:00 committed by Lukáš Tinkl
parent a11d06f07f
commit 1692651184
1 changed files with 1 additions and 1 deletions

View File

@ -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 {