aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet4.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/WizardCreateWallet4.qml')
-rw-r--r--wizard/WizardCreateWallet4.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizard/WizardCreateWallet4.qml b/wizard/WizardCreateWallet4.qml
index 8919b53c..c2c9e962 100644
--- a/wizard/WizardCreateWallet4.qml
+++ b/wizard/WizardCreateWallet4.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2024, The Monero Project
+// Copyright (c) 2014-2024, The Monzero Project
//
// All rights reserved.
//
@@ -30,7 +30,7 @@ import QtQuick 2.9
import QtQuick.Layouts 1.2
import QtQuick.Controls 2.0
-import "../components" as MoneroComponents
+import "../components" as MonzeroComponents
Rectangle {
id: wizardCreateWallet4
@@ -57,7 +57,7 @@ Rectangle {
WizardHeader {
title: qsTr("Daemon settings") + translationManager.emptyString
- subtitle: qsTr("To be able to communicate with the Monero network your wallet needs to be connected to a Monero node. For best privacy it's recommended to run your own node.") + translationManager.emptyString
+ subtitle: qsTr("To be able to communicate with the Monzero network your wallet needs to be connected to a Monzero node. For best privacy it's recommended to run your own node.") + translationManager.emptyString
}
WizardDaemonSettings {