mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
makes placeholder string untranslatable
This commit is contained in:
parent
02e1663471
commit
e664549f43
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue