Account: use "Wallet balance" instead of "Balance All"

This commit is contained in:
rating89us 2021-08-01 16:56:24 +02:00 committed by GitHub
parent 51828babbb
commit 3586cfcf2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ Rectangle {
Layout.fillWidth: true Layout.fillWidth: true
fontSize: 24 fontSize: 24
textFormat: Text.RichText textFormat: Text.RichText
text: qsTr("Balance All") + translationManager.emptyString text: qsTr("Wallet balance") + translationManager.emptyString
} }
RowLayout { RowLayout {