Wallet/public/views/includes/confirmBackupPopup.html

9 lines
334 B
HTML
Raw Normal View History

2016-09-09 11:14:04 -03:00
<div class="text-center">
2016-08-25 16:31:47 -03:00
<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"
2016-09-09 11:14:04 -03:00
ng-click="closePopup()"
2016-08-25 16:31:47 -03:00
translate>Got it
</button>
</div>