Update final status to 'Lesebestätigung' for read confirm

Changed the [FINAL_STATUS] placeholder value from "Bestätigung" to the more specific "Lesebestätigung" when an envelope is read and confirmed, improving clarity in status messaging.
This commit is contained in:
2026-03-04 16:19:45 +01:00
parent 08299451bb
commit 8e3c334fa3

View File

@@ -56,7 +56,7 @@ public class EnvelopeMailService : EmailOutService, IEnvelopeMailService
{ {
_placeholders["[SIGNATURE_TYPE]"] = "Lesen und bestätigen"; _placeholders["[SIGNATURE_TYPE]"] = "Lesen und bestätigen";
_placeholders["[DOCUMENT_PROCESS]"] = string.Empty; _placeholders["[DOCUMENT_PROCESS]"] = string.Empty;
_placeholders["[FINAL_STATUS]"] = "Bestätigung"; _placeholders["[FINAL_STATUS]"] = "Lesebestätigung";
_placeholders["[FINAL_ACTION]"] = "Empfänger bestätigt"; _placeholders["[FINAL_ACTION]"] = "Empfänger bestätigt";
_placeholders["[REJECTED_BY_OTHERS]"] = "anderen Empfänger abgelehnt!"; _placeholders["[REJECTED_BY_OTHERS]"] = "anderen Empfänger abgelehnt!";
_placeholders["[RECEIVER_ACTION]"] = "bestätigt"; _placeholders["[RECEIVER_ACTION]"] = "bestätigt";