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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user