We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816549f commit c3b96a5Copy full SHA for c3b96a5
emails/src/partials/project-team.html
@@ -58,11 +58,7 @@
58
<strong>{{userFullName}}</strong> joined the project
59
{{/if}}
60
{{#if [connect.notification.project.member.invite.created]}}
61
- {{#if [isSSO]}}
62
- Hi <strong>{{userFullName}}</strong>, you are invited to join the project {{projectName}}. Please use the link below to sign in and join the project.
63
- {{else}}
64
Hi <strong>{{userFullName}}</strong>, you are invited to join the project {{projectName}}. Please click on the button ("Join Project") below to join.
65
- {{/if}}
66
67
{{#if [connect.notification.project.member.invite.requested]}}
68
You are requested to add <strong>{{userFullName}}</strong> as a copilot
0 commit comments