diff --git a/src/core/operations/ParseTR34B9Envelope.mjs b/src/core/operations/ParseTR34B9Envelope.mjs index 1843b000..0a2a4d89 100644 --- a/src/core/operations/ParseTR34B9Envelope.mjs +++ b/src/core/operations/ParseTR34B9Envelope.mjs @@ -83,14 +83,14 @@ function hexStr(bytes) { // ── Operation ───────────────────────────────────────────────────────────────── /** - * Parse TR-34 key transport message operation. + * Parse TR-34 Key Transport message operation. */ class ParseTR34B9Envelope extends Operation { constructor() { super(); - this.name = "Parse TR-34 key transport"; + this.name = "Parse TR-34 Key Transport"; this.module = "Payment"; this.description = [ "Parses a TR-34 key transport message frame (hex input) and decodes each section.",