Update envelope type 2 confirmation message

Revised the message for envelope type 2 to improve clarity. The new text now asks users to confirm they have read the document, removing the previous instruction to read and confirm.
This commit is contained in:
OlgunR
2026-03-04 09:33:29 +01:00
parent 0e2c653784
commit 4335a500f1

View File

@@ -34,7 +34,7 @@ Public Class EmailData
DocumentProcess = " und elektronisch unterschreiben"
ElseIf pEnvelope.EnvelopeTypeId = 2 Then
SignatureType = "Lesen und bestätigen"
Message = "Bitte lesen und bestätigen Sie, dieses Dokument gelesen zu haben."
Message = "Bitte bestätigen Sie, dieses Dokument gelesen zu haben."
DocumentProcess = ""
End If
End Sub