Skip to content

Commit 5eb0c08

Browse files
author
Sachin Maheshwari
committed
typo in topic name
1 parent def92f2 commit 5eb0c08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

connect/constants.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ module.exports = {
5656
PHASE_PROGRESS_UPDATED: 'connect.notification.project.phase.update.progress',
5757
PHASE_SCOPE_UPDATED: 'connect.notification.project.phase.update.scope',
5858
PHASE_PRODUCT_SPEC_UPDATED: 'connect.notification.project.product.update.spec',
59-
MILESTONE_ACTIVATED: 'connect.notification.timeline.milestone.transition.active',
60-
MILESTONE_COMPLETED: 'connect.notification.timeline.milestone.transition.completed',
61-
WAITING_FOR_CUSTOMER_INPUT: 'connect.notification.timeline.milestone.waiting.customer',
62-
TIMELINE_ADJUSTED: 'connect.notification.timeline.adjusted',
59+
MILESTONE_ACTIVATED: 'connect.notification.project.timeline.milestone.transition.active',
60+
MILESTONE_COMPLETED: 'connect.notification.project.timeline.milestone.transition.completed',
61+
WAITING_FOR_CUSTOMER_INPUT: 'connect.notification.project.timeline.milestone.waiting.customer',
62+
TIMELINE_ADJUSTED: 'connect.notification.project.timeline.adjusted',
6363
},
6464
TOPIC: {
6565
CREATED: 'connect.notification.project.topic.created',

0 commit comments

Comments
 (0)