mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
WizardRestoreWallet1: fix mnemonic seed placeholder
This commit is contained in:
parent
df771470c2
commit
a1fdffcabe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue