aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wizard/WizardCreateWallet1.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardCreateWallet1.qml b/wizard/WizardCreateWallet1.qml
index 69866abd..4906f954 100644
--- a/wizard/WizardCreateWallet1.qml
+++ b/wizard/WizardCreateWallet1.qml
@@ -91,7 +91,7 @@ Rectangle {
copyButton: false
readOnly: true
- placeholderText: qsTr("-") + translationManager.emptyString
+ placeholderText: "-"
text: wizardController.walletOptionsSeed
}