From 30b009de9499ab2db2352c2ebe07b007d1f15b7b Mon Sep 17 00:00:00 2001 From: Ted Ian Osias Date: Mon, 6 Oct 2025 22:30:26 +0800 Subject: [PATCH] SYSHUB001v2-SG03: Fix IP address field label and tooltips - Update IP address tooltip to clearly explain it should be entered without port - Fix collateral address tooltip to accurately describe its purpose - Improve user guidance in SentryNode registration helper form - Remove bg-light class from About page sections for consistent styling - Fix SentryNode requirements formatting (remove extra period) Fixes #104 --- .../masternodes/masternodeForm/MasternodeDetails.jsx | 2 +- .../masternodes/masternodeForm/MasternodePrepared.jsx | 2 +- src/pages/About.js | 4 ++-- src/shared/locales/en/pages/about/index.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/masternodes/masternodeForm/MasternodeDetails.jsx b/src/components/masternodes/masternodeForm/MasternodeDetails.jsx index 66ce6fe2..23f6be06 100644 --- a/src/components/masternodes/masternodeForm/MasternodeDetails.jsx +++ b/src/components/masternodes/masternodeForm/MasternodeDetails.jsx @@ -141,7 +141,7 @@ const MasternodeDetails = ({ onNext }) => { className="styled" /> -

Must be unique on the network. Can be set to 0, which will require a ProUpServTx.

+

Enter the IP address of your SentryNode server (without port number). Must be unique on the network. Can be set to 0, which will require a ProUpServTx.

{ className="styled" /> -

The syscoin address to use for the private key.

+

The Syscoin address that holds the 100,000 SYS collateral for this SentryNode.

-
+
@@ -110,7 +110,7 @@ class About extends Component {
-
+
diff --git a/src/shared/locales/en/pages/about/index.js b/src/shared/locales/en/pages/about/index.js index 32e9e60b..ab717f0b 100644 --- a/src/shared/locales/en/pages/about/index.js +++ b/src/shared/locales/en/pages/about/index.js @@ -86,7 +86,7 @@ const about = { r3: 'KVM or OpenVZ (KVM preferred)', r4: '64-bit CPU — 2 Cores (4 Cores preferred)', r5: '4GB RAM (real) minimum (8GB RAM preferred)', - r6: '4GB swap (if less than 8GB real RAM). Will need to use SSD if using Swap', + r6: '4GB swap (if less than 8GB real RAM) Will need to use SSD if using Swap', r7: '80GB Disk Space (100GB + SSD preferred).', r8: 'Static IP Address', },