summaryrefslogtreecommitdiff
path: root/wizard/WizardModeRemoteNodeWarning.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/WizardModeRemoteNodeWarning.qml')
-rw-r--r--wizard/WizardModeRemoteNodeWarning.qml30
1 files changed, 15 insertions, 15 deletions
diff --git a/wizard/WizardModeRemoteNodeWarning.qml b/wizard/WizardModeRemoteNodeWarning.qml
index e7a94773..58547838 100644
--- a/wizard/WizardModeRemoteNodeWarning.qml
+++ b/wizard/WizardModeRemoteNodeWarning.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2024, The Monero Project
+// Copyright (c) 2014-2024, The Monzero Project
//
// All rights reserved.
//
@@ -31,7 +31,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: wizardModeRemoteNodeWarning
@@ -68,39 +68,39 @@ Rectangle {
Layout.topMargin: 10
Layout.fillWidth: true
- MoneroComponents.TextPlain {
- text: qsTr("This mode is ideal for managing small amounts of Monero. You have access to basic features for making and managing transactions. It will automatically connect to the Monero network so you can start using Monero immediately.") + translationManager.emptyString
- themeTransitionBlackColor: MoneroComponents.Style._b_lightGreyFontColor
- themeTransitionWhiteColor: MoneroComponents.Style._w_lightGreyFontColor
+ MonzeroComponents.TextPlain {
+ text: qsTr("This mode is ideal for managing small amounts of Monzero. You have access to basic features for making and managing transactions. It will automatically connect to the Monzero network so you can start using Monzero immediately.") + translationManager.emptyString
+ themeTransitionBlackColor: MonzeroComponents.Style._b_lightGreyFontColor
+ themeTransitionWhiteColor: MonzeroComponents.Style._w_lightGreyFontColor
wrapMode: Text.Wrap
Layout.topMargin: 14
Layout.fillWidth: true
- font.family: MoneroComponents.Style.fontRegular.name
+ font.family: MonzeroComponents.Style.fontRegular.name
font.pixelSize: 16
- color: MoneroComponents.Style.lightGreyFontColor
+ color: MonzeroComponents.Style.lightGreyFontColor
}
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
text: qsTr("Remote nodes are useful if you are not able/don't want to download the whole blockchain, but be advised that malicious remote nodes could compromise some privacy. They could track your IP address, track your \"restore height\" and associated block request data, and send you inaccurate information to learn more about transactions you make.") + translationManager.emptyString
- themeTransitionBlackColor: MoneroComponents.Style._b_lightGreyFontColor
- themeTransitionWhiteColor: MoneroComponents.Style._w_lightGreyFontColor
+ themeTransitionBlackColor: MonzeroComponents.Style._b_lightGreyFontColor
+ themeTransitionWhiteColor: MonzeroComponents.Style._w_lightGreyFontColor
wrapMode: Text.Wrap
Layout.topMargin: 8
Layout.fillWidth: true
- font.family: MoneroComponents.Style.fontRegular.name
+ font.family: MonzeroComponents.Style.fontRegular.name
font.pixelSize: 16
- color: MoneroComponents.Style.lightGreyFontColor
+ color: MonzeroComponents.Style.lightGreyFontColor
}
- MoneroComponents.WarningBox {
+ MonzeroComponents.WarningBox {
Layout.topMargin: 14
Layout.bottomMargin: 6
text: qsTr("Remain aware of these limitations. <b>Users who prioritize privacy and decentralization must use a full node instead</b>.") + translationManager.emptyString
}
- MoneroComponents.CheckBox {
+ MonzeroComponents.CheckBox {
id: understoodCheckbox
Layout.topMargin: 20
fontSize: 16