diff --git a/views/more.html b/views/more.html
index 6a58f05f7..136611381 100644
--- a/views/more.html
+++ b/views/more.html
@@ -23,77 +23,57 @@
-
-
-
{{wallet.name || wallet.id }}
-
- {{wallet.requiredCopayers}} of {{wallet.totalCopayers}} - {{networkName}}
- , {{isComplete ? 'Complete' : 'Waiting for copayers...'}}
-
-
- {{wallet.balanceInfo.totalBalance || 0}} {{wallet.settings.unitName}}
-
-
- Approximate size: {{wallet.kb}} kB
- ({{wallet.usage}}%)
-
-
-
-
-
-
-
- {{error|translate}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Copy backup in a safe place
-
-
-
-
-
-
- Copy this text as it is in a safe place (notepad or email)
-
-
+
+
+
Wallet info
+
+
+ | Name: |
+ {{wallet.name || wallet.id }} |
+
+
+ | Status: |
+ {{isComplete ? 'Complete' : 'Waiting for copayers...'}} |
+
+
+ | Type: |
+ {{wallet.requiredCopayers}} of {{wallet.totalCopayers}} - {{networkName}} |
+
+
+ | Balance: |
+ {{wallet.balanceInfo.totalBalance || 0}} {{wallet.settings.unitName}} |
+
+
+ | Aprox. size: |
+ {{wallet.kb}} kB ({{wallet.usage}}%) |
+
+
-
-
Are you sure you want to delete the wallet
- {{(wallet.name || wallet.id)}}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
Copy backup in a safe place
+
+
+
+
-
-
+
+ Copy this text as it is in a safe place (notepad or email)
-
+
+
+
+
+ Delete wallet
+
+
+
+
+
+
+ {{error|translate}}
+
+
+
Permanently delete this wallet. WARNING: this action cannot be reversed.
+
+
+
Are you sure you want to delete this wallet?
+
+
+
+
+
+
+
+
+
+
+