From 75c9304d44d1ba80b987e74580dfb23d2ac35a18 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com.> Date: Wed, 2 Jul 2025 00:04:45 +0100 Subject: [PATCH] others --- stirling-pdf/src/main/resources/templates/fragments/common.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stirling-pdf/src/main/resources/templates/fragments/common.html b/stirling-pdf/src/main/resources/templates/fragments/common.html index 38e71f04f..8339d2e19 100644 --- a/stirling-pdf/src/main/resources/templates/fragments/common.html +++ b/stirling-pdf/src/main/resources/templates/fragments/common.html @@ -250,6 +250,8 @@ window.stirlingPDF.uploadLimit = /*[[${@uploadLimitService.getUploadLimit()}]]*/ 0; window.stirlingPDF.uploadLimitExceededSingular = /*[[#{uploadLimitExceededSingular}]]*/ 'is too large. Maximum allowed size is'; window.stirlingPDF.uploadLimitExceededPlural = /*[[#{uploadLimitExceededPlural}]]*/ 'are too large. Maximum allowed size is'; + window.stirlingPDF.pdfCorruptedMessage = /*[[#{corrupt.pdfInvalid}]]*/ 'The PDF file "{0}" appears to be corrupted or has an invalid structure. Please try using the \'Repair PDF\' feature to fix the file before proceeding.'; + window.stirlingPDF.tryRepairMessage = /*[[#{corrupt.tryRepair}]]*/ 'Try using the Repair PDF feature to fix corrupted files.'; })();