summaryrefslogtreecommitdiff
path: root/wizard/WizardModeBootstrap.qml
diff options
context:
space:
mode:
authorMonzero Build System <builds@monzero.org>2026-08-15 21:26:40 +0100
committerMonzero Build System <builds@monzero.org>2026-08-15 21:26:40 +0100
commitdceeb88444ce966caa1a133d2926d5f7213c87ff (patch)
treed74c9c7d7e43c2a0d39d656c690c63050cff7f53 /wizard/WizardModeBootstrap.qml
parent81f33c7e00bf183823909a02e6d96ce11e41adce (diff)
downloadmonzero-gui-phase0-20260815.tar.gz
monzero-gui-phase0-20260815.tar.xz
monzero-gui-phase0-20260815.zip
Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815
Diffstat (limited to 'wizard/WizardModeBootstrap.qml')
-rw-r--r--wizard/WizardModeBootstrap.qml22
1 files changed, 11 insertions, 11 deletions
diff --git a/wizard/WizardModeBootstrap.qml b/wizard/WizardModeBootstrap.qml
index df4d8efb..19f551df 100644
--- a/wizard/WizardModeBootstrap.qml
+++ b/wizard/WizardModeBootstrap.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: wizardModeBootstrapWarning
@@ -68,36 +68,36 @@ Rectangle {
Layout.topMargin: 10
Layout.fillWidth: true
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
text: qsTr("This mode will use a remote node whilst also syncing the blockchain. This is different from the first menu option (Simple mode), since it will only use the remote node until the blockchain is fully synced locally. It is a reasonable tradeoff for most people who care about privacy but also want the convenience of an automatic fallback option.") + translationManager.emptyString
wrapMode: Text.Wrap
Layout.topMargin: 14
Layout.fillWidth: true
textFormat: Text.RichText
- 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 {
- text: qsTr("Temporary use of remote nodes is useful in order to use Monero immediately (hence the name bootstrap), however be aware that when using remote nodes (including with the bootstrap setting), nodes 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
+ MonzeroComponents.TextPlain {
+ text: qsTr("Temporary use of remote nodes is useful in order to use Monzero immediately (hence the name bootstrap), however be aware that when using remote nodes (including with the bootstrap setting), nodes 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
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