copay/public/views/includes/backupWarningPopup.html

8 lines
307 B
HTML
Raw Normal View History

2016-08-25 12:31:47 -07: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-08-30 12:09:39 -07:00
<button ng-click="close()" class="button button-block button-light" translate>
2016-08-25 12:31:47 -07:00
Got it
</button>
</div>