Minor i18n corrections

This commit is contained in:
softsimon
2022-05-17 19:27:41 +04:00
parent ca418e8c2a
commit c09c694fb1
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() {