diff --git a/src/core/operations/BuildPINBlock.mjs b/src/core/operations/BuildPINBlock.mjs
index e72ad7b1..bb2f2801 100644
--- a/src/core/operations/BuildPINBlock.mjs
+++ b/src/core/operations/BuildPINBlock.mjs
@@ -17,7 +17,7 @@ class BuildPINBlock extends Operation {
constructor() {
super();
- this.name = "Build PIN Block";
+ this.name = "Encode PIN Block";
this.module = "Payment";
this.description = "Paste the clear PIN into the input field and choose the ISO 9564 clear PIN block format to build.
Input: clear PIN digits.
Arguments: choose the target format, provide the PAN when required, and optionally randomize filler digits for formats 1 and 3.
This operation currently builds clear test PIN blocks for ISO formats 0, 1, and 3.";
this.inlineHelp = "Input: clear PIN digits.
Args: choose the format, add the PAN for formats 0 and 3, then decide whether format 1 or 3 filler digits should be randomized.";