From 6f88ad0a1339f49c564be9cd5a4b01b2449212e1 Mon Sep 17 00:00:00 2001 From: Igor Voytov <47697526+selamba@users.noreply.github.com> Date: Sun, 2 Jan 2022 19:23:12 +0300 Subject: [PATCH] Fixed English mistake in Mining.qml --- pages/Mining.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Mining.qml b/pages/Mining.qml index ad699c2160..a7d64e6d8a 100644 --- a/pages/Mining.qml +++ b/pages/Mining.qml @@ -69,7 +69,7 @@ Rectangle { MoneroComponents.TextPlain { id: soloMainLabel - text: qsTr("Mining with your computer helps strengthen the Monero network. The more that people mine, the harder it is for the network to be attacked, and every little bit helps.\n\nMining also gives you a small chance to earn some Monero. Your computer will create hashes looking for block solutions. If you find a block, you will get the associated reward. Good luck!") + translationManager.emptyString + text: qsTr("Mining with your computer helps strengthen the Monero network. The more people mine, the harder it is for the network to be attacked, and every little bit helps.\n\nMining also gives you a small chance to earn some Monero. Your computer will create hashes looking for block solutions. If you find a block, you will get the associated reward. Good luck!") + translationManager.emptyString wrapMode: Text.Wrap Layout.fillWidth: true font.family: MoneroComponents.Style.fontRegular.name