Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const MasternodeDetails = ({ onNext }) => {
className="styled"
/>
<IconInput dataId="ipAddress">
<p>Must be unique on the network. Can be set to 0, which will require a ProUpServTx.</p>
<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>
</IconInput>
</div>
<ErrorMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const MasternodePrepared = ({ onNext, onCancel, prepareCommand }) => {
className="styled"
/>
<IconInput dataId="prepareAddress">
<p>The syscoin address to use for the private key.</p>
<p>The Syscoin address that holds the 100,000 SYS collateral for this SentryNode.</p>
</IconInput>
</div>
<ErrorMessage
Expand Down
4 changes: 2 additions & 2 deletions src/pages/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class About extends Component {
<div className="section__body">
<div className="articles">
<InnerBanner heading={t("about.title")} />
<section className="section_About bg-light">
<section className="section_About">
<div className="container">
<div className="row">
<div className="col-lg-7 col-md-12 col-sm-12 order-2 order-lg-1">
Expand Down Expand Up @@ -110,7 +110,7 @@ class About extends Component {
</div>
</section>

<section className="section_About bg-light">
<section className="section_About">
<div className="container">
<div className="row">
<div className="col-lg-6 col-md-12 col-sm-12 order-2 order-lg-1">
Expand Down
2 changes: 1 addition & 1 deletion src/shared/locales/en/pages/about/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down