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"
|
DocumentProcess = " und elektronisch unterschreiben"
|
||||||
ElseIf pEnvelope.EnvelopeTypeId = 2 Then
|
ElseIf pEnvelope.EnvelopeTypeId = 2 Then
|
||||||
SignatureType = "Lesen und bestätigen"
|
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 = ""
|
DocumentProcess = ""
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|||||||
Reference in New Issue
Block a user