Merge pull request #1999

e664549 makes placeholder string untranslatable (erciccione)
This commit is contained in:
luigi1111
2019-03-21 16:12:11 -04:00

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
} }