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)}}