Wallet/public/views/includes/backupWarningPopup.html
2016-09-02 15:42:45 -03:00

7 lines
304 B
HTML

<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>
<button ng-click="close()" class="button button-block no-border" translate>
Got it
</button>
</div>