fix backup flow
This commit is contained in:
parent
ee046cde4e
commit
a978062425
3 changed files with 34 additions and 38 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<p translate> Be sure to store your recovery phrase in a secure place. If this app is deelted, you money cannot be recoved with out it.</p>
|
||||
<button
|
||||
class="button button-clear expand"
|
||||
ng-click="closePopup(true)"
|
||||
ng-click="closeBackupResultModal()"
|
||||
translate>I Understand
|
||||
</button>
|
||||
</div>
|
||||
|
|
@ -18,8 +18,8 @@
|
|||
Please review your backup and try again</p>
|
||||
<button
|
||||
class="button button-block button-stable"
|
||||
ng-click="closePopup(false)"
|
||||
translate>Ok
|
||||
ng-click="closeBackupResultModal()">
|
||||
Ok
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue