From 125c99320b231bab80ae37188692628d9c4c4fff Mon Sep 17 00:00:00 2001 From: Yemel Jardi Date: Mon, 4 Aug 2014 10:14:03 -0300 Subject: [PATCH] Replace You with Me --- views/includes/peer-list.html | 2 +- views/includes/video.html | 2 +- views/transactions.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/views/includes/peer-list.html b/views/includes/peer-list.html index cdccb5a91..951039881 100644 --- a/views/includes/peer-list.html +++ b/views/includes/peer-list.html @@ -25,7 +25,7 @@ src="./img/satoshi.gif" alt="{{copayer}}"> - you + Me {{copayer.nick}} diff --git a/views/includes/video.html b/views/includes/video.html index 78e757262..11e04ccb6 100644 --- a/views/includes/video.html +++ b/views/includes/video.html @@ -18,7 +18,7 @@ class="ellipsis" tooltip="ID: {{copayer.peerId}}" tooltip-placement="bottom"> - you + Me {{copayer.nick}} diff --git a/views/transactions.html b/views/transactions.html index 72be42b57..d924b3465 100644 --- a/views/transactions.html +++ b/views/transactions.html @@ -41,7 +41,7 @@
- + {{cId}}
@@ -70,7 +70,7 @@

- {{$root.wallet.publicKeyRing.nicknameForCopayer(cId)}} + {{cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(cId)}}