Change SIN to ID
This commit is contained in:
parent
c145290167
commit
37b3543da2
1 changed files with 2 additions and 2 deletions
|
|
@ -124,7 +124,7 @@
|
||||||
<span>
|
<span>
|
||||||
<p><b ng-show="c.index==0">you</b><b ng-show="c.index>0">{{c.nick}}</b>
|
<p><b ng-show="c.index==0">you</b><b ng-show="c.index>0">{{c.nick}}</b>
|
||||||
<span class="success label" ng-show="$root.wallet.publicKeyRing.isBackupReady(c.copayerId)">Backup ready</span></p>
|
<span class="success label" ng-show="$root.wallet.publicKeyRing.isBackupReady(c.copayerId)">Backup ready</span></p>
|
||||||
<small>[SIN: {{c.peerId}}]</small>
|
<small>[ID: {{c.peerId}}]</small>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -229,7 +229,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="large-9 medium-8 small-12 columns">
|
<div class="large-9 medium-8 small-12 columns">
|
||||||
<!-- <div class="bottom-copay" ng-repeat="c in $root.wallet.getRegisteredPeerIds()" class="has-tip" tooltip-popup-delay="1000" tooltip-placement="top" tooltip="{{c.nick}}"> -->
|
<!-- <div class="bottom-copay" ng-repeat="c in $root.wallet.getRegisteredPeerIds()" class="has-tip" tooltip-popup-delay="1000" tooltip-placement="top" tooltip="{{c.nick}}"> -->
|
||||||
<div class="bottom-copay" ng-repeat="c in $root.wallet.getRegisteredPeerIds()" tooltip="SIN: {{c.peerId}}" tooltip-placement="left">
|
<div class="bottom-copay" ng-repeat="c in $root.wallet.getRegisteredPeerIds()" tooltip="ID: {{c.peerId}}" tooltip-placement="left">
|
||||||
<video ng-if="$root.videoInfo[c.peerId]"
|
<video ng-if="$root.videoInfo[c.peerId]"
|
||||||
avatar peer="{{c}}"
|
avatar peer="{{c}}"
|
||||||
autoplay
|
autoplay
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue