Adds wallet name before to confirm delete
This commit is contained in:
parent
f8a4da9227
commit
48e7d90409
2 changed files with 6 additions and 1 deletions
|
|
@ -14,6 +14,10 @@
|
|||
</div>
|
||||
<div class="columns text-center m10t">
|
||||
<p translate class="size-14 text-gray">Permanently delete this wallet. THIS ACTION CANNOT BE REVERSED</p>
|
||||
<div class="m10b">
|
||||
<span translate>Wallet</span>: {{index.walletName}}
|
||||
<span ng-show="index.alias">({{index.alias}})</span>
|
||||
</div>
|
||||
<button class="button round expand warning" ng-click="preferences.deleteWallet()" translate>
|
||||
Delete wallet
|
||||
</button>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
ng-init="titleSection='Wallet Information'; goBackToState = 'preferencesAdvanced'">
|
||||
</div>
|
||||
|
||||
<div class="content preferences p20v" ng-controller="preferencesInformation as info">
|
||||
<div class="content preferences" ng-controller="preferencesInformation as info">
|
||||
<h4 class="title m0" translate>Wallet Information</h4>
|
||||
|
||||
<ul class="no-bullet m0 size-14">
|
||||
|
|
@ -103,4 +103,5 @@
|
|||
</ul>
|
||||
|
||||
|
||||
<div class="extra-margin-bottom"></div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue