Minor i18n corrections

This commit is contained in:
softsimon
2022-05-17 19:27:41 +04:00
parent 7b85299711
commit 0bdbd1de80
4 changed files with 42 additions and 66 deletions

View File

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