From 67df91737868bb08a700443a96f8f767ccaded35 Mon Sep 17 00:00:00 2001 From: PartialVolume <22084881+PartialVolume@users.noreply.github.com> Date: Fri, 14 Nov 2025 17:08:40 +0000 Subject: [PATCH] Reinstate page 1 label on PDF --- src/create_pdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/create_pdf.c b/src/create_pdf.c index b4bd20f..2ac1532 100644 --- a/src/create_pdf.c +++ b/src/create_pdf.c @@ -133,7 +133,7 @@ int create_pdf( nwipe_context_t* ptr ) * Create header and footer on page 1, with the exception of the green * tick/red icon which is set from the 'status' section below */ - pdf_header_footer_text( c, "1" ); + pdf_header_footer_text( c, "Page 1 - Erasure Status" ); /* ------------------------ */ /* Organisation Information */