makes placeholder string untranslatable

This commit is contained in:
erciccione
2019-03-09 15:13:20 +01:00
parent 02e1663471
commit e664549f43

View File

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