Merge pull request #370 from gabrielbazan7/fix/resume
if no wallet resume welcome - if no disclaimer accepted resume disclaimer
This commit is contained in:
commit
c38d0ed221
6 changed files with 28609 additions and 40 deletions
|
|
@ -9,8 +9,9 @@
|
|||
</ion-nav-bar>
|
||||
<ion-content scroll="false" ng-class="{'has-header': backedUp == 'false'}">
|
||||
<div id="onboarding-disclaimer-container">
|
||||
<div class="onboarding-topic" id="disclaimer-topic">Almost done! Let's review.</div>
|
||||
<div class="onboarding-description" id="disclaimer-description">Bitcoin is different – it cannot be safely held with a bank or web service.</div>
|
||||
<div ng-show="resume" class="onboarding-topic" id="disclaimer-topic" translate>Quick review!</div>
|
||||
<div ng-show="!resume" class="onboarding-topic" id="disclaimer-topic" translate>Almost done! Let's review.</div>
|
||||
<div class="onboarding-description" id="disclaimer-description" translate>Bitcoin is different – it cannot be safely held with a bank or web service.</div>
|
||||
<ion-list>
|
||||
<ion-checkbox ng-model="accept1">
|
||||
<span translate>I understand that my funds are held securely on this device, not by a company.</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue