Wizard: allow seed without checksum

This commit is contained in:
stoffu
2018-02-25 21:52:04 +09:00
parent 084c1c84f3
commit 70d42ee328
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ Column {
font.pixelSize: 16 * scaleRatio
anchors.margins: 8 * scaleRatio
font.bold:true
text: qsTr("Enter your 25 word mnemonic seed") + translationManager.emptyString
text: qsTr("Enter your 25 (or 24) word mnemonic seed") + translationManager.emptyString
color: "#BABABA"
visible: !memoTextInput.text/* && !parent.focus*/
}