diff options
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardRestoreWallet1.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
