mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:07:25 -04:00
makes placeholder string untranslatable
This commit is contained in:
@@ -91,7 +91,7 @@ Rectangle {
|
||||
copyButton: false
|
||||
readOnly: true
|
||||
|
||||
placeholderText: qsTr("-") + translationManager.emptyString
|
||||
placeholderText: "-"
|
||||
text: wizardController.walletOptionsSeed
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user