diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2020-01-07 18:36:06 -0300 |
|---|---|---|
| committer | rating89us <45968869+rating89us@users.noreply.github.com> | 2020-01-09 18:24:16 -0300 |
| commit | c7f272d86a8a81ad6dd3eded27fe79aa75939e9e (patch) | |
| tree | 890c80620e9e553200ff860f96987f7f5f07e08b | |
| parent | 43f378b7d282fe595f681c3b1a9f27c97255f70e (diff) | |
| download | monzero-gui-c7f272d86a8a81ad6dd3eded27fe79aa75939e9e.tar.gz monzero-gui-c7f272d86a8a81ad6dd3eded27fe79aa75939e9e.tar.xz monzero-gui-c7f272d86a8a81ad6dd3eded27fe79aa75939e9e.zip | |
Wizard: open wallet -> create wallet
| -rw-r--r-- | wizard/WizardCreateWallet4.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardCreateWallet4.qml b/wizard/WizardCreateWallet4.qml index e24dc0c3..f28a0f4a 100644 --- a/wizard/WizardCreateWallet4.qml +++ b/wizard/WizardCreateWallet4.qml @@ -65,7 +65,7 @@ Rectangle { WizardNav { Layout.topMargin: 24 - btnNextText: qsTr("Open wallet") + translationManager.emptyString + btnNextText: qsTr("Create wallet") + translationManager.emptyString progressSteps: 4 progress: 4 |
