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', },