adjust invite email

pull/349/head
Pete Matsyburka 1 year ago
parent c171597c7f
commit de744e2f6c

@ -9,6 +9,6 @@ class UserMailer < ApplicationMailer
assign_message_metadata('user_invitation', @user)
mail(to: @user.friendly_name,
subject: 'You are invited to DocuSeal')
subject: "You are invited to #{Docuseal.product_name}")
end
end

Loading…
Cancel
Save