WizardRestoreWallet4: "Open wallet" -> "Create wallet"; add translation

This commit is contained in:
rating89us 2021-08-15 21:00:07 +02:00 committed by rating89us
parent 51828babbb
commit 52c8d68240

View file

@ -65,7 +65,7 @@ Rectangle {
WizardNav {
Layout.topMargin: 24
btnNextText: "Open wallet"
btnNextText: qsTr("Create wallet") + translationManager.emptyString
progressSteps: appWindow.walletMode <= 1 ? 3 : 4
progress: appWindow.walletMode <= 1 ? 2 : 3