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

@@ -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() {