settings: fix references to unitName
This commit is contained in:
parent
53869531c2
commit
0fe4778637
10 changed files with 113 additions and 114 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
|
||||
</span>
|
||||
<p class="m15b" ng-if="!$root.updatingBalance">
|
||||
{{address.balance || 0|noFractionNumber}} {{$root.unitName}}
|
||||
{{address.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
|
||||
</p>
|
||||
<button class="m15t button secondary" open-external address="{{address.address}}">
|
||||
<i class="fi-link"> </i> <span translate>Open in external application</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue