Wallet/public/views/includes/backupLaterPopup.html

10 lines
449 B
HTML
Raw Normal View History

2016-08-25 16:31:47 -03:00
<div>
<h1 translate>Without a backup, you could lose money</h1>
<span translate>If something happens to this device, this app is deleted, or your password forgotten, neither you nor Bitpay can revoer your funds.</span>
2016-08-30 16:09:39 -03:00
<button ng-click="goBack()" class="button button-block button-light" translate>
2016-08-25 16:31:47 -03:00
Go back
</button>
2016-08-30 16:09:39 -03:00
<button ng-click="continue()" class="button button-block button-light" translate>
2016-08-25 16:31:47 -03:00
I understand
</button>
</div>