From fa13ee3347a4bc523bacbece2f4d4db05bfdaf6b Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 16 Nov 2015 15:53:09 -0300 Subject: [PATCH] Removes note: and to: prefix --- public/views/walletHome.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/views/walletHome.html b/public/views/walletHome.html index be1b3adca..4acb4bfd1 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -506,9 +506,9 @@
-
Note: {{btx.message}}
+
{{btx.message}}
- To: {{index.addressbook[btx.addressTo] || btx.addressTo}} + {{index.addressbook[btx.addressTo] || btx.addressTo}}