Merge pull request #3270

a1fdffca WizardRestoreWallet1: fix mnemonic seed placeholder (xiphon)
This commit is contained in:
Alexander Blair 2020-12-28 11:41:14 -08:00
commit 7d4b82c691
No known key found for this signature in database
GPG Key ID: C64552D877C32479

View File

@ -208,7 +208,7 @@ Rectangle {
anchors.margins: 8 anchors.margins: 8
anchors.leftMargin: 10 anchors.leftMargin: 10
font.family: MoneroComponents.Style.fontRegular.name 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 color: MoneroComponents.Style.defaultFontColor
visible: !seedInput.text visible: !seedInput.text
} }