mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +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
|
@ -276,7 +276,8 @@ Rectangle {
|
|||
viewOnlyQRCode.visible = true
|
||||
showFullQr.visible = false
|
||||
showViewOnlyQr.visible = false
|
||||
seedText.text = qsTr("(View Only Wallet - No mnemonic seed available)") + translationManager.emptyString
|
||||
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