Skip to content

Commit

Permalink
VR-263: subject update.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3op2 committed Nov 18, 2024
1 parent b94a685 commit 55626c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/emailServiceInt/templates/invitationAdmin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
return {
to: env.get('EMAIL_ADMIN_ADDRESS'),
from: env.get('EMAIL_FROM_ADDRESS'),
subject: `Postal Code for Verification: Invitation from ${params.receiver} on Veritable`,
subject: `Postal Code for Verification: Invitation from ${localCompany.company_name} on Veritable`,
text: `
Hi ${localCompany.company_name} Admin,
Please post this verification code to ${params.receiver}, to complete the verification process.
Expand Down

0 comments on commit 55626c6

Please sign in to comment.