diff --git a/views/send.html b/views/send.html
index 83e00d8f4..3208dce3b 100644
--- a/views/send.html
+++ b/views/send.html
@@ -181,9 +181,9 @@
| Label |
Address |
- Creator |
- Date |
- |
+ Creator |
+ Date |
+ |
@@ -191,10 +191,10 @@
ng-repeat="(addr, info) in $root.wallet.addressBook"
ng-class="{'addressbook-disabled': info.hidden}">
{{info.label}} |
- {{addr}} |
- {{$root.wallet.publicKeyRing.nicknameForCopayer(info.copayerId)}} |
- |
- {{info.hidden ?
+ | {{addr}} |
+ {{$root.wallet.publicKeyRing.nicknameForCopayer(info.copayerId)}} |
+ |
+ {{info.hidden ?
'Enable' : 'Disable'}} |