summaryrefslogtreecommitdiff
path: root/pages/merchant/Merchant.qml
diff options
context:
space:
mode:
Diffstat (limited to 'pages/merchant/Merchant.qml')
-rw-r--r--pages/merchant/Merchant.qml34
1 files changed, 17 insertions, 17 deletions
diff --git a/pages/merchant/Merchant.qml b/pages/merchant/Merchant.qml
index 86d47560..4d4b2d3a 100644
--- a/pages/merchant/Merchant.qml
+++ b/pages/merchant/Merchant.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2026, The Monero Project
+// Copyright (c) 2014-2026, The Monzero Project
//
// All rights reserved.
//
@@ -44,7 +44,7 @@ import moneroComponents.SubaddressModel 1.0
import "../../js/Windows.js" as Windows
import "../../js/TxUtils.js" as TxUtils
import "../../js/Utils.js" as Utils
-import "../../components" as MoneroComponents
+import "../../components" as MonzeroComponents
import "../../pages"
import "."
@@ -153,7 +153,7 @@ Item {
Layout.preferredWidth: 10
}
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
font.pixelSize: 16
font.bold: true
color: "#767676"
@@ -287,7 +287,7 @@ Item {
width: (parent.width - qrImg.width) - (50)
height: 32
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
anchors.verticalCenter: parent.verticalCenter
anchors.horizontalCenter: parent.horizontalCenter
font.pixelSize: 12
@@ -315,7 +315,7 @@ Item {
width: 220
height: 32
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
anchors.verticalCenter: parent.verticalCenter
anchors.horizontalCenter: parent.horizontalCenter
font.pixelSize: 12
@@ -361,7 +361,7 @@ Item {
Layout.preferredWidth: 10
}
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
font.pixelSize: 14
font.bold: true
color: "#767676"
@@ -382,7 +382,7 @@ Item {
// Layout.fillHeight: true
// color: "transparent"
-// MoneroComponents.TextPlain {
+// MonzeroComponents.TextPlain {
// anchors.verticalCenter: parent.verticalCenter
// anchors.right: parent.right
// anchors.rightMargin: 20
@@ -416,7 +416,7 @@ Item {
color: "#d9d9d9"
}
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
property string _color: "#767676"
Layout.fillWidth: true
Layout.margins: 20
@@ -436,7 +436,7 @@ Item {
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
onEntered: {
- parent.color = MoneroComponents.Style.orange
+ parent.color = MonzeroComponents.Style.orange
}
onExited: {
parent.color = parent._color
@@ -473,11 +473,11 @@ Item {
anchors.left: parent.left
anchors.right: parent.right
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
font.pixelSize: 14
font.bold: false
color: "white"
- text: qsTr("Amount to receive") + " (XMR)" + translationManager.emptyString
+ text: qsTr("Amount to receive") + " (XMZ)" + translationManager.emptyString
themeTransition: false
}
@@ -486,7 +486,7 @@ Item {
width: 220
source: "qrc:///images/merchant/input_box.png"
- MoneroComponents.Input {
+ MonzeroComponents.Input {
id: amountToReceive
topPadding: 0
leftPadding: 10
@@ -524,8 +524,8 @@ Item {
width: 220
}
- MoneroComponents.TextPlain {
- // @TODO: When we have XMR/USD rate avi. in the future.
+ MonzeroComponents.TextPlain {
+ // @TODO: When we have XMZ/USD rate avi. in the future.
visible: false
font.pixelSize: 14
font.bold: false
@@ -564,7 +564,7 @@ Item {
}
}
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
id: content
font.pixelSize: 14
font.bold: false
@@ -593,12 +593,12 @@ Item {
width: 400
radius: 5
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
font.pixelSize: 14
font.bold: true
- color: MoneroComponents.Style.moneroGrey
+ color: MonzeroComponents.Style.moneroGrey
text: qsTr("The merchant page requires a larger window") + translationManager.emptyString
themeTransition: false
}