Skip to content

Commit

Permalink
Update balances.html
Browse files Browse the repository at this point in the history
Bitcoin -> Monacoin

This will fix #7 .
  • Loading branch information
taki-jp authored and cryptcoin-junkey committed May 27, 2023
1 parent f684b1d commit 0023a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/balances.html
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ <h4 class="modal-title">
<label class="control-label col col-sm-12" data-bind="locale: 'private_key_import'"></label>
<div class="col col-sm-12">
<label class="input"><i class="icon-append fa fa-lock"></i>
<input name="privateKey" data-bind="value: privateKey, valueUpdate: 'input', attr: {placeholder: 'Enter Bitcoin private key'}" type="text"/>
<input name="privateKey" data-bind="value: privateKey, valueUpdate: 'input', attr: {placeholder: 'Enter Monacoin private key'}" type="text"/>
</label>
<span class="invalid" data-bind="validationMessage: privateKey"></span>
<div class="note" data-bind="locale: 'enter_unencrypted_private_key'"></div>
Expand Down Expand Up @@ -549,7 +549,7 @@ <h4 class="modal-title">
<label class="control-label col col-sm-12" data-bind="locale: 'private_key_pay_fees'"></label>
<div class="col col-sm-12">
<label class="input"><i class="icon-append fa fa-lock"></i>
<input name="privateKeyForFees" data-bind="value: privateKeyForFees, valueUpdate: 'input', attr: {placeholder: 'Enter Bitcoin private key'}" type="text"/>
<input name="privateKeyForFees" data-bind="value: privateKeyForFees, valueUpdate: 'input', attr: {placeholder: 'Enter Monacoin private key'}" type="text"/>
</label>
<span class="invalid" data-bind="validationMessage: privateKeyForFees"></span>
<span class="note" data-bind="text: addressForFeesBalanceMessage, visible:addressForFeesBalanceMessage()!=''"></span>
Expand Down

0 comments on commit 0023a05

Please sign in to comment.