makes placeholder string untranslatable

This commit is contained in:
erciccione 2019-03-09 15:13:20 +01:00
parent 02e1663471
commit e664549f43
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF

View file

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