diff options
Diffstat (limited to 'wizard/WizardCreateWallet5.qml')
| -rw-r--r-- | wizard/WizardCreateWallet5.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wizard/WizardCreateWallet5.qml b/wizard/WizardCreateWallet5.qml index e6cb9e93..b881316f 100644 --- a/wizard/WizardCreateWallet5.qml +++ b/wizard/WizardCreateWallet5.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2024, The Monero Project +// Copyright (c) 2014-2024, The Monzero Project // // All rights reserved. // @@ -31,7 +31,7 @@ import QtQuick.Layouts 1.2 import QtQuick.Controls 2.0 import "../js/Wizard.js" as Wizard -import "../components" as MoneroComponents +import "../components" as MonzeroComponents Rectangle { id: wizardCreateWallet5 @@ -83,7 +83,7 @@ Rectangle { wizardController.wizardStateView.wizardCreateWallet3View.pwField = ""; wizardController.wizardStateView.wizardCreateWallet3View.pwConfirmField = ""; wizardController.writeWallet(function() { - wizardController.useMoneroClicked(); + wizardController.useMonzeroClicked(); wizardController.walletOptionsIsRecoveringFromDevice = false; }); btnNext.enabled = true; |
