diff options
| author | Monzero Build System <builds@monzero.org> | 2026-08-15 21:26:40 +0100 |
|---|---|---|
| committer | Monzero Build System <builds@monzero.org> | 2026-08-15 21:26:40 +0100 |
| commit | dceeb88444ce966caa1a133d2926d5f7213c87ff (patch) | |
| tree | d74c9c7d7e43c2a0d39d656c690c63050cff7f53 /wizard/WizardModeRemoteNodeWarning.qml | |
| parent | 81f33c7e00bf183823909a02e6d96ce11e41adce (diff) | |
| download | monzero-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/WizardModeRemoteNodeWarning.qml')
| -rw-r--r-- | wizard/WizardModeRemoteNodeWarning.qml | 30 |
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 |
