mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Account: use "Wallet balance" instead of "Balance All"
This commit is contained in:
parent
51828babbb
commit
3586cfcf2d
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ Rectangle {
|
|||
Layout.fillWidth: true
|
||||
fontSize: 24
|
||||
textFormat: Text.RichText
|
||||
text: qsTr("Balance All") + translationManager.emptyString
|
||||
text: qsTr("Wallet balance") + translationManager.emptyString
|
||||
}
|
||||
|
||||
RowLayout {
|
||||
|
|
Loading…
Reference in a new issue