Skip to content

Commit

Permalink
UPDATE SETTINGS PAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoSuneVR committed Nov 2, 2022
1 parent 9f91308 commit d6aa5d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/app/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@
<small class="form-text text-muted">Only change this if you mine with multiple computers. Assign a different number to every PC.</small>
</div>
<div class="form-group">
<label>Enter Discord USERID for show on NODE!?</label>
<label>Enter Miner USERID!?</label>
<input v-model="formSettings.userId" type="text" class="form-control" placeholder="Your User ID">
<small class="form-text text-muted">You can Get Discord UserID by follow <a href="https://www.youtube.com/watch?v=1T0L4c9hWTo">This Video</a> </small>
<small class="form-text text-muted">You can Get Miner UserID by Sign up Website @ <a href="https://apps.chisdealhd.co.uk">WEBSITE</a> Then go to Settings->User Settings Then Find Miner UserID</small>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" value="disabled" v-model="formSettings.uac">
Expand Down
2 changes: 1 addition & 1 deletion resources/app/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ var app = new Vue({
// make sure the userId has a valid format
if (/^[0-9]+$/.test(this.formSettings.userId) !== true) {
toastr.remove();
toastr.error('Please set a valid Discord UserID in the "Settings" tab.');
toastr.error('Please set a valid Miner UserID in the "Settings" tab.');
return;
}

Expand Down

0 comments on commit d6aa5d2

Please sign in to comment.