Adds wallet name before to confirm delete

This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-16 10:31:14 -03:00
commit 48e7d90409
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 6 additions and 1 deletions

View file

@ -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>

View file

@ -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>