diff --git a/templates/bootstrap/admin/wallet/default.tpl b/templates/bootstrap/admin/wallet/default.tpl
index d6f95a0e..47182dc5 100644
--- a/templates/bootstrap/admin/wallet/default.tpl
+++ b/templates/bootstrap/admin/wallet/default.tpl
@@ -57,9 +57,10 @@
Version |
Protocol Version |
Wallet Version |
- Connections |
+ Peers |
Status |
- Blocks |
+ Blocks |
+ Accounts |
@@ -69,6 +70,7 @@
| {$COININFO.connections|default:""} |
{$COININFO.errors|default:"OK"} |
{$COININFO.blocks|default:"0"} |
+ {$ADDRESSCOUNT} |
@@ -88,7 +90,7 @@
| Host |
- Protocol Version |
+ Protocol |
Identity |
Connected |
Traffic |
@@ -108,15 +110,12 @@
-
-
-{if $ADDRESSCOUNT > 1}
- Number of Accounts in Wallet: {$ADDRESSCOUNT|default:"0"}
+ Wallet Accounts
-{/if}