fix(@onboarding): asset for import seed phrase
This commit is contained in:
parent
2ca3bad935
commit
952f398042
|
@ -195,6 +195,10 @@ OnboardingBasePage {
|
|||
text: qsTr("Import a seed phrase")
|
||||
|
||||
}
|
||||
PropertyChanges {
|
||||
target: keysImg
|
||||
source: Style.png("onboarding/seed-phrase")
|
||||
}
|
||||
PropertyChanges {
|
||||
target: txtDesc
|
||||
text: qsTr("Seed phrases are used to back up and restore your keys.\n
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 456 KiB |
Loading…
Reference in New Issue