mirror of
https://github.com/docusealco/docuseal.git
synced 2026-06-23 04:10:11 +00:00
fix i18n
This commit is contained in:
committed by
Oleksandr Turchyn
parent
2ce9bbecb9
commit
961e0a1c89
@@ -4,7 +4,7 @@ module EmailMessages
|
||||
module_function
|
||||
|
||||
def find_or_create_for_account_user(account, user, subject, body)
|
||||
subject = SubmitterMailer::DEFAULT_INVITATION_SUBJECT if subject.blank?
|
||||
subject = I18n.t(:you_are_invited_to_sign_a_document) if subject.blank?
|
||||
|
||||
sha1 = Digest::SHA1.hexdigest({ subject:, body: }.to_json)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user