Content updates

This commit is contained in:
magmahindenburg 2017-06-19 15:17:34 +09:00
commit c9e6b29413
26 changed files with 939 additions and 140 deletions

View file

@ -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 &rarr;
</button>

View file

@ -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>