aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-12-13 11:31:14 +0000
committerxiphon <xiphon@protonmail.com>2020-12-13 11:31:14 +0000
commita1fdffcabe012e713a68ff8fee9b1e04878edb36 (patch)
treed572c3c1acb6a2c51cd6c53fd71fcab1bd968897 /wizard
parentdf771470c28c1efbb5402a755da0ab0dffaecd5f (diff)
downloadmonzero-gui-a1fdffcabe012e713a68ff8fee9b1e04878edb36.tar.gz
monzero-gui-a1fdffcabe012e713a68ff8fee9b1e04878edb36.tar.xz
monzero-gui-a1fdffcabe012e713a68ff8fee9b1e04878edb36.zip
WizardRestoreWallet1: fix mnemonic seed placeholder
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardRestoreWallet1.qml2
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
}