From e58ff208fc3a8cdb9423c51ed2557abd0d4af9c7 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs Date: Tue, 31 Oct 2023 11:18:51 +0530 Subject: [PATCH] fix: #36 In-correct email generated when one of the signers signs a document in 'request signatures' --- apps/OpenSignServer/cloud/parsefunction/pdf/PDF.min.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/OpenSignServer/cloud/parsefunction/pdf/PDF.min.js b/apps/OpenSignServer/cloud/parsefunction/pdf/PDF.min.js index 188e0e3d4..6d34147b2 100644 --- a/apps/OpenSignServer/cloud/parsefunction/pdf/PDF.min.js +++ b/apps/OpenSignServer/cloud/parsefunction/pdf/PDF.min.js @@ -68,7 +68,7 @@ async function sendMail(e) { url: a, from: "OpenSign™", recipient: e.receiver, - subject: t.Name + " has signed the doc - " + s, + subject: "You have signed the doc - " + s, pdfName: s, html: "

Document Copy

A copy of the document " + s + " Standard is attached to this email. Kindly download the document from the attachment.

This is an automated email from Open Sign. For any queries regarding this email, please contact the sender " + t.Mail + " directly. If you think this email is inappropriate or spam, you may file a complaint with Open Sign here.

" };