Skip to content

Commit

Permalink
Merge pull request #2438 from numbersprotocol/hotfix-wallet-ui-text-t…
Browse files Browse the repository at this point in the history
…o-lovercase-with-capital

fix(wallet.page): text MAINNET to Mainnet
  • Loading branch information
bafu committed Dec 28, 2022
2 parents 8084642 + 6c1d38e commit af0cc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/wallets/wallets.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h3 class="num-text">NUM</h3>
</ion-col>
</ion-row>
<ion-row id="mainnet-points-row" class="text-black">
MAINNET:
Mainnet:
<ng-container
*ngIf="!(isLoadingBalance$ | ngrxPush); else balanceLoading"
>
Expand Down

0 comments on commit af0cc80

Please sign in to comment.