Skip to content

Commit 30b009d

Browse files
author
Ted Ian Osias
committed
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
1 parent 341aedf commit 30b009d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/components/masternodes/masternodeForm/MasternodeDetails.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const MasternodeDetails = ({ onNext }) => {
141141
className="styled"
142142
/>
143143
<IconInput dataId="ipAddress">
144-
<p>Must be unique on the network. Can be set to 0, which will require a ProUpServTx.</p>
144+
<p>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.</p>
145145
</IconInput>
146146
</div>
147147
<ErrorMessage

src/components/masternodes/masternodeForm/MasternodePrepared.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const MasternodePrepared = ({ onNext, onCancel, prepareCommand }) => {
8181
className="styled"
8282
/>
8383
<IconInput dataId="prepareAddress">
84-
<p>The syscoin address to use for the private key.</p>
84+
<p>The Syscoin address that holds the 100,000 SYS collateral for this SentryNode.</p>
8585
</IconInput>
8686
</div>
8787
<ErrorMessage

src/pages/About.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class About extends Component {
3838
<div className="section__body">
3939
<div className="articles">
4040
<InnerBanner heading={t("about.title")} />
41-
<section className="section_About bg-light">
41+
<section className="section_About">
4242
<div className="container">
4343
<div className="row">
4444
<div className="col-lg-7 col-md-12 col-sm-12 order-2 order-lg-1">
@@ -110,7 +110,7 @@ class About extends Component {
110110
</div>
111111
</section>
112112

113-
<section className="section_About bg-light">
113+
<section className="section_About">
114114
<div className="container">
115115
<div className="row">
116116
<div className="col-lg-6 col-md-12 col-sm-12 order-2 order-lg-1">

src/shared/locales/en/pages/about/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const about = {
8686
r3: 'KVM or OpenVZ (KVM preferred)',
8787
r4: '64-bit CPU — 2 Cores (4 Cores preferred)',
8888
r5: '4GB RAM (real) minimum (8GB RAM preferred)',
89-
r6: '4GB swap (if less than 8GB real RAM). Will need to use SSD if using Swap',
89+
r6: '4GB swap (if less than 8GB real RAM) Will need to use SSD if using Swap',
9090
r7: '80GB Disk Space (100GB + SSD preferred).',
9191
r8: 'Static IP Address',
9292
},

0 commit comments

Comments
 (0)