Capitalise display name: "Parse TR-31 Key Block"

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

View File

@ -110,14 +110,14 @@ const OPTIONAL_BLOCK_IDS = {
// ── Operation ─────────────────────────────────────────────────────────────────
/**
* Parse TR-31 key block operation.
* Parse TR-31 Key Block operation.
*/
class ParseTR31KeyBlock extends Operation {
constructor() {
super();
this.name = "Parse TR-31 key block";
this.name = "Parse TR-31 Key Block";
this.module = "Payment";
this.description = [
"Parses a <b>TR-31</b> (ANSI X9.143) key block and decodes every header field into a human-readable description.",