Merge pull request #1851

da5dade keys: add text for viewonly wallet (mmbyday)
This commit is contained in:
luigi1111 2018-12-26 16:04:49 -06:00
commit bd3721a8e0
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -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
}
}
}