aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardModeSelection.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/WizardModeSelection.qml')
-rw-r--r--wizard/WizardModeSelection.qml14
1 files changed, 7 insertions, 7 deletions
diff --git a/wizard/WizardModeSelection.qml b/wizard/WizardModeSelection.qml
index 050b440f..e809f040 100644
--- a/wizard/WizardModeSelection.qml
+++ b/wizard/WizardModeSelection.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2024, The Monero Project
+// Copyright (c) 2014-2024, The Monzero Project
//
// All rights reserved.
//
@@ -32,7 +32,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: wizardModeSelection1
@@ -106,8 +106,8 @@ Rectangle {
Layout.topMargin: 5
Layout.bottomMargin: 10
Layout.fillWidth: true
- color: MoneroComponents.Style.dividerColor
- opacity: MoneroComponents.Style.dividerOpacity
+ color: MonzeroComponents.Style.dividerColor
+ opacity: MonzeroComponents.Style.dividerOpacity
}
WizardMenuItem {
@@ -139,8 +139,8 @@ Rectangle {
Layout.topMargin: 5
Layout.bottomMargin: 10
Layout.fillWidth: true
- color: MoneroComponents.Style.dividerColor
- opacity: MoneroComponents.Style.dividerOpacity
+ color: MonzeroComponents.Style.dividerColor
+ opacity: MonzeroComponents.Style.dividerOpacity
}
WizardMenuItem {
@@ -163,7 +163,7 @@ Rectangle {
WizardMenuItem {
Layout.topMargin: 20
headerText: qsTr("Portable mode") + translationManager.emptyString
- bodyText: qsTr("Create portable wallets and use them on any PC. Enable if you installed Monero on a USB stick, an external drive, or any other portable storage medium.") + translationManager.emptyString
+ bodyText: qsTr("Create portable wallets and use them on any PC. Enable if you installed Monzero on a USB stick, an external drive, or any other portable storage medium.") + translationManager.emptyString
checkbox: true
checked: wizardModeSelection1.portable