Skip to content

Commit 6812273

Browse files
committed
fix: update logic in TFile.php
Changed implementation at line 172 as required. Signed-off-by: Vitor Mattos <[email protected]>
1 parent 4413d3b commit 6812273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Service/TFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ private function validateDocMdpAllowsSignatures(string $pdfContent): void {
169169

170170
if (!$this->docMdpHandler->allowsAdditionalSignatures($resource)) {
171171
throw new LibresignException(
172-
$this->l10n->t('This document is certified with DocMDP level 1 (No changes allowed). Additional signatures are not permitted.')
172+
$this->l10n->t('This document has been certified with no changes allowed, so no additional signatures can be added.')
173173
);
174174
}
175175
} finally {

0 commit comments

Comments
 (0)