From 0e8bb2b1361d96f4530371dbdb1626538a0c0716 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Wed, 15 Jul 2020 15:51:13 -0400 Subject: [PATCH] fix: change text strings to qsTr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: RichΛrd --- ui/app/AppLayouts/Wallet/LeftTab.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Wallet/LeftTab.qml b/ui/app/AppLayouts/Wallet/LeftTab.qml index 20859da412..d73860bdea 100644 --- a/ui/app/AppLayouts/Wallet/LeftTab.qml +++ b/ui/app/AppLayouts/Wallet/LeftTab.qml @@ -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