Skip to content

Commit

Permalink
Merge pull request #407 from meemproject/feature/cleanup
Browse files Browse the repository at this point in the history
Update copy
  • Loading branch information
kengoldfarb authored Jun 1, 2023
2 parents 1978759 + e09d0d9 commit d1490ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/controllers/AgreementController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,10 @@ export default class AgreementController {
to: [email],
subject,
body: transactionalTemplate({
bodyText: `Click the button below to accept the invite and join ${agreement.name}`,
bodyText: `You've been invited to join <b>${agreement.name}</b> on Meem!`,
ctaText: 'Accept Invite',
ctaUrl: `${config.MEEM_DOMAIN}/invite?code=${code}`,
subject,
title: `Join ${agreement.name}`
subject
})
})
}
Expand Down

0 comments on commit d1490ba

Please sign in to comment.