makes placeholder string untranslatable

pull/2/head
erciccione 5 years ago
parent 02e1663471
commit e664549f43
No known key found for this signature in database
GPG Key ID: 762AF8C608E56CDF

@ -91,7 +91,7 @@ Rectangle {
copyButton: false
readOnly: true
placeholderText: qsTr("-") + translationManager.emptyString
placeholderText: "-"
text: wizardController.walletOptionsSeed
}