fix: change text strings to qsTr
Co-authored-by: RichΛrd <info@richardramos.me>
This commit is contained in:
parent
66467ff070
commit
0e8bb2b136
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue