Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Commit

Permalink
Update settings.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ossii authored Mar 6, 2018
1 parent daa9611 commit bb5f7ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/pages/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
}

function editEmailAddress(email, address, ip, action) {
if (address.length != 99) {
$('#action_update_message').text('Please double check your Sumo address');
if (address.length != 98) {
$('#action_update_message').text('Please double check your Ombre address');
$('#action_update_message').removeClass().addClass('alert alert-warning');
return;
}
Expand Down Expand Up @@ -131,7 +131,7 @@ <h2>Verification fields</h2>
<div id="action_update_message" role="alert" ></div>
</div>
<div class="form-group">
<label class="col-sm-2 col-form-label col-form-label-lg" for="yourAddress">Sumo address:</label>
<label class="col-sm-2 col-form-label col-form-label-lg" for="yourAddress">Ombre address:</label>
<div class="col-sm-10">
<input class="form-control" id="yourAddress" type="text" placeholder="Enter Your Address">
</div>
Expand Down Expand Up @@ -161,7 +161,7 @@ <h2>Enable email notifications</h2>
<br>
<h2>Set your minimal payout level</h2>
If you prefer a higher payout level than the pool's default then this is
where you can change it for your miners. The amount of Sumo you indicate
where you can change it for your miners. The amount of Ombre you indicate
here will become the minimum amount for pool payments to your address.
<div>
<label class="col-sm-2 col-form-label col-form-label-lg" for="yourPayoutRate">Minimum payout:
Expand Down

0 comments on commit bb5f7ef

Please sign in to comment.