mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 16:47:25 -04:00
WizardRestoreWallet1: fix mnemonic seed placeholder
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user