Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
Name name field according to pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusTrafi committed Nov 24, 2021
1 parent 9677edb commit c76d72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gpasas/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public static byte[] MakePkPass(PdfData pdfData) throws PKSigningException {
.primaryFieldBuilder(
PKField.builder()
.key("fullName")
.label("Vardas, pavardė")
.label("Vardas ir pavardė")
.value(pdfData.fullName)
)
.secondaryFieldBuilder(
Expand Down

0 comments on commit c76d72b

Please sign in to comment.