summaryrefslogtreecommitdiff
path: root/wizard/WizardSummaryItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/WizardSummaryItem.qml')
-rw-r--r--wizard/WizardSummaryItem.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/wizard/WizardSummaryItem.qml b/wizard/WizardSummaryItem.qml
index d3284b0d..79eedacc 100644
--- a/wizard/WizardSummaryItem.qml
+++ b/wizard/WizardSummaryItem.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.Controls 2.0
import "../js/Wizard.js" as Wizard
import "../js/Utils.js" as Utils
-import "../components" as MoneroComponents
+import "../components" as MonzeroComponents
ColumnLayout {
property alias header: key.text
@@ -50,7 +50,7 @@ ColumnLayout {
Layout.preferredHeight: 20
color: "transparent"
- MoneroComponents.TextBlock {
+ MonzeroComponents.TextBlock {
id: key
Layout.fillWidth: true
Layout.alignment: Qt.AlignVCenter
@@ -64,7 +64,7 @@ ColumnLayout {
Layout.preferredHeight: 20
color: "transparent"
- MoneroComponents.TextBlock {
+ MonzeroComponents.TextBlock {
id: val
Layout.fillWidth: true
Layout.alignment: Qt.AlignVCenter
@@ -79,7 +79,7 @@ ColumnLayout {
Layout.topMargin: 2
Layout.bottomMargin: 2
Layout.fillWidth: true
- color: MoneroComponents.Style.dividerColor
- opacity: MoneroComponents.Style.dividerOpacity
+ color: MonzeroComponents.Style.dividerColor
+ opacity: MonzeroComponents.Style.dividerOpacity
}
}