|
35 | 35 | <tr class="row-child-one" height="20"> |
36 | 36 | <td class="empty-child-one"></td> |
37 | 37 | <td> |
38 | | - {{#if [notifications.connect.project.member.assignedAsOwner]}} |
| 38 | + {{#if [connect.notification.project.member.assignedAsOwner]}} |
39 | 39 | <strong>{{userFullName}}</strong> assigned as project owner |
40 | 40 | {{/if}} |
41 | | - {{#if [notifications.connect.project.member.copilotJoined]}} |
| 41 | + {{#if [connect.notification.project.member.copilotJoined]}} |
42 | 42 | <strong>{{userFullName}}</strong> joined the project as Copilot |
43 | 43 | {{/if}} |
44 | | - {{#if [notifications.connect.project.member.managerJoined]}} |
| 44 | + {{#if [connect.notification.project.member.managerJoined]}} |
45 | 45 | <strong>{{userFullName}}</strong> joined the project as Manager |
46 | 46 | {{/if}} |
47 | | - {{#if [notifications.connect.project.member.removed]}} |
| 47 | + {{#if [connect.notification.project.member.removed]}} |
48 | 48 | {{#if [emailToAffectedUser]}} |
49 | 49 | You are removed from the project |
50 | 50 | {{else}} |
51 | 51 | <strong>{{userFullName}}</strong> left the project |
52 | 52 | {{/if}} |
53 | 53 | {{/if}} |
54 | | - {{#if [notifications.connect.project.member.left]}} |
| 54 | + {{#if [connect.notification.project.member.left]}} |
55 | 55 | <strong>{{userFullName}}</strong> left the project |
56 | 56 | {{/if}} |
57 | | - {{#if [notifications.connect.project.member.joined]}} |
| 57 | + {{#if [connect.notification.project.member.joined]}} |
58 | 58 | <strong>{{userFullName}}</strong> joined the project |
59 | 59 | {{/if}} |
60 | | - {{#if [notifications.connect.project.member.invite.created]}} |
| 60 | + {{#if [connect.notification.project.member.invite.created]}} |
61 | 61 | {{#if [isSSO]}} |
62 | 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 | 63 | {{else}} |
64 | 64 | Hi <strong>{{userFullName}}</strong>, you are invited to join the project {{projectName}}. Please click on the button ("View project on Connect") below to join. |
65 | 65 | {{/if}} |
66 | 66 | {{/if}} |
67 | | - {{#if [notifications.connect.project.member.invite.requested]}} |
| 67 | + {{#if [connect.notification.project.member.invite.requested]}} |
68 | 68 | You are requested to add <strong>{{userFullName}}</strong> as a copilot |
69 | 69 | {{/if}} |
70 | | - {{#if [notifications.connect.project.member.invite.approved]}} |
| 70 | + {{#if [connect.notification.project.member.invite.approved]}} |
71 | 71 | {{#if [originator]}} |
72 | 72 | Your request to add invite the member was approved |
73 | 73 | {{else}} |
74 | 74 | Hi <strong>{{userFullName}}</strong>, you are added as a copilot |
75 | 75 | {{/if}} |
76 | 76 | {{/if}} |
77 | | - {{#if [notifications.connect.project.member.invite.rejected]}} |
| 77 | + {{#if [connect.notification.project.member.invite.rejected]}} |
78 | 78 | {{#if [originator]}} |
79 | 79 | Your request to add the member was refused |
80 | 80 | {{else}} |
|
106 | 106 | <tr> |
107 | 107 | <td class="empty-child-one"></td> |
108 | 108 | <td class="second-child" align="center"> |
109 | | - {{#if notifications.[0].[notifications.connect.project.member.invite.requested]}} |
| 109 | + {{#if notifications.[0].[connect.notification.project.member.invite.requested]}} |
110 | 110 | <a href="{{@root.connectURL}}/projects/{{notifications.[0].projectId}}#manageTopcoderTeam"> |
111 | 111 | Manage project team |
112 | 112 | </a> |
|
0 commit comments