diff --git a/wizard/WizardRestoreWallet1.qml b/wizard/WizardRestoreWallet1.qml index 7e8457aa..b9fd5612 100644 --- a/wizard/WizardRestoreWallet1.qml +++ b/wizard/WizardRestoreWallet1.qml @@ -213,7 +213,7 @@ Rectangle { font.family: MoneroComponents.Style.fontRegular.name text: qsTr("Enter your 25 (or 24) word mnemonic seed") + translationManager.emptyString color: MoneroComponents.Style.defaultFontColor - visible: !seedInput.text && !parent.focus + visible: !seedInput.text } } }