1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-20 12:27:28 +01:00

Merge pull request #1999

e664549 makes placeholder string untranslatable (erciccione)
This commit is contained in:
luigi1111 2019-03-21 16:12:11 -04:00
commit 5c19a4d46f
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

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