Content updates
This commit is contained in:
parent
93d948e144
commit
c9e6b29413
26 changed files with 939 additions and 140 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<label class="item item-input" id="email-label">
|
||||
<input type="email" name="email" ng-model="data.email" placeholder="{{'Enter your email'|translate}}" required></input>
|
||||
</label>
|
||||
<ion-checkbox ng-model="data.accept"><span translate>Get news and updates from BitPay</span></ion-checkbox>
|
||||
<ion-checkbox ng-model="data.accept"><span translate>Get news and updates from Bitcoin.com</span></ion-checkbox>
|
||||
<button class="button button-standard button-primary" ng-disabled="emailForm.$invalid">
|
||||
Continue →
|
||||
</button>
|
||||
|
|
|
|||
|
|
@ -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.bitcoin.com (Bitcoin.com's public BWS instance).
|
||||
{{appName}} depends on Bitcore Wallet Service (BWS) for blockchain information, networking and wallet 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue