diff options
| author | Alexander Blair <snipa@jagtech.io> | 2020-12-28 11:41:14 -0800 |
|---|---|---|
| committer | Alexander Blair <snipa@jagtech.io> | 2020-12-28 11:41:15 -0800 |
| commit | 7d4b82c6912176184320634afecb845118b98cc7 (patch) | |
| tree | 66f6aba0892da271b61c68f28b60613d381960f1 | |
| parent | 69f989d617d2e94a598939973add87ff0220ea3d (diff) | |
| parent | a1fdffcabe012e713a68ff8fee9b1e04878edb36 (diff) | |
| download | monzero-gui-7d4b82c6912176184320634afecb845118b98cc7.tar.gz monzero-gui-7d4b82c6912176184320634afecb845118b98cc7.tar.xz monzero-gui-7d4b82c6912176184320634afecb845118b98cc7.zip | |
Merge pull request #3270
a1fdffca WizardRestoreWallet1: fix mnemonic seed placeholder (xiphon)
| -rw-r--r-- | wizard/WizardRestoreWallet1.qml | 2 |
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 } |
