Fix a few Bisq strings, update transifex source strings

This commit is contained in:
wiz
2021-04-26 07:58:44 +09:00
parent 60680e643b
commit d844563b14
3 changed files with 47 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
<div class="container-xl">
<h1 style="float: left;" i18n="Bisq blocks header">Blocks</h1>
<h1 style="float: left;" i18n="Bisq blocks header">BSQ Blocks</h1>
<br>
<div class="clearfix"></div>

View File

@@ -1,5 +1,5 @@
<div class="container-xl">
<h1 style="float: left;" i18n>Transactions</h1>
<h1 style="float: left;" i18n>BSQ Transactions</h1>
<div class="d-block float-right">
<form [formGroup]="radioGroupForm">
@@ -15,7 +15,7 @@
<table class="table table-borderless table-striped">
<thead>
<th style="width: 20%;" i18n>Transaction</th>
<th style="width: 20%;" i18n>TXID</th>
<th class="d-none d-md-block" style="width: 100%;" i18n>Type</th>
<th style="width: 20%;" i18n>Amount</th>
<th style="width: 20%;" i18n>Confirmed</th>
@@ -54,4 +54,4 @@
<tr *ngFor="let i of loadingItems">
<td *ngFor="let j of [1, 2, 3, 4, 5]"><span class="skeleton-loader"></span></td>
</tr>
</ng-template>
</ng-template>