refactor pdf info creator

This commit is contained in:
Pete Matsyburka
2023-12-30 01:19:46 +02:00
parent 6d7d8ae87c
commit de13d8d397
2 changed files with 2 additions and 4 deletions
@@ -10,7 +10,6 @@ module Submissions
'Helvetica'
end
INFO_CREATOR = "#{Docuseal.product_name} (#{Docuseal::PRODUCT_URL})".freeze
SIGN_REASON = 'Signed by %<name>s with DocuSeal.co'
SIGN_SIGNLE_REASON = 'Digitally signed with DocuSeal.co'
@@ -344,7 +343,7 @@ module Submissions
end
def info_creator
INFO_CREATOR
"#{Docuseal.product_name} (#{Docuseal::PRODUCT_URL})"
end
def h