Wallet/public/views/includes/confirmBackupPopup.html
2016-09-12 15:12:22 -03:00

9 lines
334 B
HTML

<div class="text-center">
<h5 translate>Your bitcoin wallet is backed up!</h5>
<p translate> Be sure to store your recovery phrase in a secure place. If this app is deelted, you money coont be recovered with out it.</p>
<button
class="button round expand"
ng-click="closePopup()"
translate>Got it
</button>
</div>