fix: change text strings to qsTr

Co-authored-by: RichΛrd <info@richardramos.me>
This commit is contained in:
Jonathan Rainville 2020-07-15 15:51:13 -04:00 committed by Iuri Matias
parent 66467ff070
commit 0e8bb2b136
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Item {
StyledText {
id: totalValue
color: Style.current.darkGrey
text: "Total value"
text: qsTr("Total value")
anchors.left: walletAmountValue.left
anchors.top: walletAmountValue.bottom
font.weight: Font.Medium