From a1fdffcabe012e713a68ff8fee9b1e04878edb36 Mon Sep 17 00:00:00 2001 From: xiphon Date: Sun, 13 Dec 2020 11:31:14 +0000 Subject: [PATCH] WizardRestoreWallet1: fix mnemonic seed placeholder --- wizard/WizardRestoreWallet1.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/WizardRestoreWallet1.qml b/wizard/WizardRestoreWallet1.qml index a84efdea..9713278b 100644 --- a/wizard/WizardRestoreWallet1.qml +++ b/wizard/WizardRestoreWallet1.qml @@ -208,7 +208,7 @@ Rectangle { anchors.margins: 8 anchors.leftMargin: 10 font.family: MoneroComponents.Style.fontRegular.name - text: qsTr("Enter your 25 (or 24) word mnemonic seed") + translationManager.emptyString + text: qsTr("Enter your 25 word mnemonic seed") + translationManager.emptyString color: MoneroComponents.Style.defaultFontColor visible: !seedInput.text }