Skip to content

Commit 9f22e38

Browse files
author
Vikas Agarwal
committed
Template update for topic rename in last release
1 parent f329116 commit 9f22e38

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

emails/src/partials/project-plan.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
<tr class="row-child-one" height="20">
3636
<td class="empty-child-one"></td>
3737
<td>
38-
{{#if [notifications.connect.project.planReady]}}
38+
{{#if [connect.action.project.plan.ready]}}
3939
Project plan is ready for your project
4040
{{/if}}
41-
{{#if [notifications.connect.project.plan.updated]}}
41+
{{#if [connect.action.project.plan.updated]}}
4242
Project plan is modified for your project
4343
{{/if}}
44-
{{#if [notifications.connect.project.progressModified]}}
44+
{{#if [connect.action.project.updated.progress]}}
4545
Your project has made some progress
4646
{{/if}}
4747
{{#if [notifications.connect.project.phase.transition.active]}}
@@ -59,13 +59,13 @@
5959
{{#if [notifications.connect.project.phase.update.scope]}}
6060
Scope of the phase <strong>{{updatedPhase.name}}</strong> updated
6161
{{/if}}
62-
{{#if [notifications.connect.project.phase.milestone.transition.active]}}
62+
{{#if [connect.action.timeline.milestone.transition.active]}}
6363
A milestone is activated in phase <strong>{{updatedPhase.name}}</strong>
6464
{{/if}}
65-
{{#if [notifications.connect.project.phase.milestone.transition.completed]}}
65+
{{#if [connect.action.timeline.milestone.transition.completed]}}
6666
A milestone is completed in phase <strong>{{updatedPhase.name}}</strong>
6767
{{/if}}
68-
{{#if [notifications.connect.project.phase.milestone.waiting.customer]}}
68+
{{#if [connect.action.timeline.milestone.waiting.customer]}}
6969
We are waiting for your input at a milestone in the phase <strong>{{updatedPhase.name}}</strong>
7070
{{/if}}
7171
</td>

0 commit comments

Comments
 (0)