Wallet/www/views/includes/backupWarningPopup.html

7 lines
307 B
HTML
Raw Normal View History

2016-08-25 16:31:47 -03:00
<div>
<h1 translate>Screenshots are not secure</h1>
<span translate>if you take a screenshot, your backup may be viewed by others apps. You can make a safe backup with paper and a pen.</span>
2016-09-14 17:43:03 -03:00
<button ng-click="close()" class="button button-block button-clear" translate>
2016-08-25 16:31:47 -03:00
Got it
</button>
</div>