Skip to content

Commit

Permalink
Fix a couple of typos reported by Wajenzi
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Mar 10, 2022
1 parent 73db70b commit 3fe3d2b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ <h3><i class="fas fa-wallet"></i>&nbsp;&nbsp;Address</h3>
<span class="number">#{{balance.totalReceivedCount | number}}</span>
</div>
<div *ngIf="balance.totalStake > 0">
<span>Total Stake</span>
<span>Total Staked</span>
<span class="number">{{balance.totalStake | amount}}</span>
<span class="number">#{{balance.totalStakeCount | number}}</span>
</div>
<div *ngIf="balance.totalMine > 0">
<span>Total Mine</span>
<span>Total Mined</span>
<span class="number">{{balance.totalMine | amount}}</span>
<span class="number">#{{balance.totalMineCount | number}}</span>
</div>
Expand Down

0 comments on commit 3fe3d2b

Please sign in to comment.