Updated content
This commit is contained in:
parent
b7959b0903
commit
54fa08d716
5 changed files with 18 additions and 10 deletions
|
|
@ -19,7 +19,7 @@
|
|||
</div>
|
||||
<div class="settings-explanation">
|
||||
<div class="settings-description" translate>
|
||||
{{appName}} depends on Bitcore Wallet Service (BWS) for blockchain information, networking and Copayer synchronization. The default configuration points to https://bws.bitpay.com (BitPay's public BWS instance).
|
||||
{{appName}} depends on Bitcore Wallet Service (BWS) for blockchain information, networking and Copayer synchronization. The default configuration points to https://bws.bitcoin.com (Bitcoin.com's public BWS instance).
|
||||
</div>
|
||||
</div>
|
||||
<button class="button button-standard button-primary" ng-click="save()" translate>Save</button>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
<div ng-show="showAdv">
|
||||
<label class="item item-input item-stacked-label">
|
||||
<span class="input-label">Wallet Service URL</span>
|
||||
<input type="text" ng-model="formData.bwsurl" placeholder="https://bws.bitpay.com/bws/api">
|
||||
<input type="text" ng-model="formData.bwsurl" placeholder="https://bws.bitcoin.com/bws/api">
|
||||
</label>
|
||||
|
||||
<label class="item item-input item-select">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue