Capitalise display name: "Parse TR-34 Key Transport"

This commit is contained in:
Jacob Marks 2026-05-16 23:02:54 -04:00
parent ff90e41269
commit c32be5a5c5

View File

@ -83,14 +83,14 @@ function hexStr(bytes) {
// ── Operation ───────────────────────────────────────────────────────────────── // ── Operation ─────────────────────────────────────────────────────────────────
/** /**
* Parse TR-34 key transport message operation. * Parse TR-34 Key Transport message operation.
*/ */
class ParseTR34B9Envelope extends Operation { class ParseTR34B9Envelope extends Operation {
constructor() { constructor() {
super(); super();
this.name = "Parse TR-34 key transport"; this.name = "Parse TR-34 Key Transport";
this.module = "Payment"; this.module = "Payment";
this.description = [ this.description = [
"Parses a <b>TR-34</b> key transport message frame (hex input) and decodes each section.", "Parses a <b>TR-34</b> key transport message frame (hex input) and decodes each section.",