We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5bc41 commit 8645140Copy full SHA for 8645140
emails/src/partials/project-team.html
@@ -71,7 +71,11 @@
71
{{/if}}
72
73
{{#if [notifications.connect.project.member.invite.rejected]}}
74
- Your request to add the member was refused
+ {{#if [originator]}}
75
+ Your request to add the member was refused
76
+ {{else}}
77
+ Request to add <strong>{{userFullName}}</strong> as copilot was refused
78
+ {{/if}}
79
80
</td>
81
</tr>
0 commit comments