From 48e7d9040985bc26fb83c9e5d26e751ed968ddd6 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 16 Sep 2015 10:31:14 -0300 Subject: [PATCH 1/2] Adds wallet name before to confirm delete --- public/views/preferencesDeleteWallet.html | 4 ++++ public/views/preferencesInformation.html | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/public/views/preferencesDeleteWallet.html b/public/views/preferencesDeleteWallet.html index 8998372a5..7c3b09cd3 100644 --- a/public/views/preferencesDeleteWallet.html +++ b/public/views/preferencesDeleteWallet.html @@ -14,6 +14,10 @@

Permanently delete this wallet. THIS ACTION CANNOT BE REVERSED

+
+ Wallet: {{index.walletName}} + ({{index.alias}}) +
diff --git a/public/views/preferencesInformation.html b/public/views/preferencesInformation.html index f1c1506c4..847f6202e 100644 --- a/public/views/preferencesInformation.html +++ b/public/views/preferencesInformation.html @@ -4,7 +4,7 @@ ng-init="titleSection='Wallet Information'; goBackToState = 'preferencesAdvanced'">
-
+

Wallet Information

    @@ -103,4 +103,5 @@
+
From 8a96560737c92ac7552788ed85cc848d6df5189e Mon Sep 17 00:00:00 2001 From: bechi Date: Wed, 16 Sep 2015 10:45:22 -0300 Subject: [PATCH 2/2] some detail --- public/views/preferencesDeleteWallet.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/views/preferencesDeleteWallet.html b/public/views/preferencesDeleteWallet.html index 7c3b09cd3..16d3906c3 100644 --- a/public/views/preferencesDeleteWallet.html +++ b/public/views/preferencesDeleteWallet.html @@ -6,18 +6,18 @@
+
+ Wallet: {{index.walletName}} + ({{index.alias}}) +

Warning!

{{preferences.error|translate}}
-
+

Permanently delete this wallet. THIS ACTION CANNOT BE REVERSED

-
- Wallet: {{index.walletName}} - ({{index.alias}}) -