From 5b0098a2f61905b44a0fad6c32fbba98aaa6e17d Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Thu, 23 Oct 2014 12:42:19 -0300 Subject: [PATCH] fixed message when receiving on labeled address --- views/transactions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/transactions.html b/views/transactions.html index f5c8ff0e5..eeea1045e 100644 --- a/views/transactions.html +++ b/views/transactions.html @@ -52,7 +52,7 @@
- {{btx.action}} to {{btx.labelTo}} + {{btx.action}} {{ (btx.action == 'received' ? 'on' : 'to') | translate }} {{btx.labelTo}} {{btx.comment}}