Restoring the Confirmed string and re-localized the Multisig tag

This commit is contained in:
softsimon
2022-05-12 02:42:24 +04:00
parent a98c23a988
commit 886f231f96
3 changed files with 25 additions and 14 deletions

View File

@@ -10,7 +10,7 @@
<table class="table table-borderless table-striped">
<thead>
<th style="width: 25%;" i18n="Bisq block height header">Height</th>
<th style="width: 25%;" i18n="transaction.confirmed|Transaction Confirmed state">Confirmed</th>
<th style="width: 25%;" i18n="Bisq block confirmed time header">Confirmed</th>
<th style="width: 25%;" i18n="Bisq block total BSQ tokens sent header">Total sent</th>
<th class="d-none d-md-block" style="width: 25%;" i18n="Bisq block transactions title">Transactions</th>
</thead>

View File

@@ -118,7 +118,7 @@ export class AddressLabelsComponent implements OnInit {
}
const m = parseInt(opM.match(/[0-9]+/)[0], 10);
this.label = `multisig ${m} of ${n}`;
this.label = $localize`:@@address-label.multisig:Multisig ${m}:multisigM:: of ${n}:multisigN:`
}
handleVout() {