mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
keys: add text for viewonly wallet
This commit is contained in:
parent
002c800ee8
commit
da5dadec3b
1 changed files with 2 additions and 1 deletions
|
@ -277,6 +277,7 @@ Rectangle {
|
|||
showFullQr.visible = false
|
||||
showViewOnlyQr.visible = false
|
||||
seedText.text = qsTr("(View Only Wallet - No mnemonic seed available)") + translationManager.emptyString
|
||||
secretSpendKey.text = qsTr("(View Only Wallet - No secret spend key available)") + translationManager.emptyString
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue