From e664549f4362def6292026dc7762cde7740692e2 Mon Sep 17 00:00:00 2001 From: erciccione Date: Sat, 9 Mar 2019 15:13:20 +0100 Subject: [PATCH] makes placeholder string untranslatable --- wizard/WizardCreateWallet1.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }