mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 11:52:05 +02:00
Merge pull request #1999
e664549
makes placeholder string untranslatable (erciccione)
This commit is contained in:
commit
5c19a4d46f
@ -91,7 +91,7 @@ Rectangle {
|
|||||||
copyButton: false
|
copyButton: false
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
|
||||||
placeholderText: qsTr("-") + translationManager.emptyString
|
placeholderText: "-"
|
||||||
text: wizardController.walletOptionsSeed
|
text: wizardController.walletOptionsSeed
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user