summaryrefslogtreecommitdiff
path: root/wizard/WizardRestoreWallet4.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/WizardRestoreWallet4.qml')
-rw-r--r--wizard/WizardRestoreWallet4.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizard/WizardRestoreWallet4.qml b/wizard/WizardRestoreWallet4.qml
index d2d129b1..1c40a6d8 100644
--- a/wizard/WizardRestoreWallet4.qml
+++ b/wizard/WizardRestoreWallet4.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2024, The Monero Project
+// Copyright (c) 2014-2024, The Monzero Project
//
// All rights reserved.
//
@@ -26,7 +26,7 @@
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-import "../components" as MoneroComponents
+import "../components" as MonzeroComponents
import QtQuick 2.9
import QtQuick.Layouts 1.2
@@ -85,7 +85,7 @@ Rectangle {
wizardController.wizardStateView.wizardRestoreWallet2View.pwConfirmField = "";
wizardController.recoveryWallet();
wizardController.writeWallet(function() {
- wizardController.useMoneroClicked();
+ wizardController.useMonzeroClicked();
btnNext.enabled = true;
});
}