From 0e5f949bcf24579a0cfecaec9ea415930cd6c0ee Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Tue, 10 Mar 2026 11:39:00 +0200 Subject: [PATCH] remove email from signing reason --- lib/submissions/generate_result_attachments.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/submissions/generate_result_attachments.rb b/lib/submissions/generate_result_attachments.rb index ec3964c2..ab5a840a 100644 --- a/lib/submissions/generate_result_attachments.rb +++ b/lib/submissions/generate_result_attachments.rb @@ -37,7 +37,7 @@ module Submissions bold_italic: FONT_BOLD_NAME }.freeze - SIGN_REASON = 'Signed by %s with DocuSeal.com' + SIGN_REASON = 'Signed with DocuSeal.com' RTL_REGEXP = TextUtils::RTL_REGEXP