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 }