Skip to content

Commit c1aa6fe

Browse files
authored
Update constants.js
1 parent cbfaebf commit c1aa6fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/constants.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ export const BUS_API_EVENT = {
6161
PROJECT_CANCELED: 'notifications.connect.project.canceled',
6262
PROJECT_ACTIVE: 'notifications.connect.project.active',
6363

64-
PROJECT_PHASE_TRANSITION_ACTIVE: 'project.phase.transition.active',
65-
PROJECT_PHASE_TRANSITION_COMPLETED: 'project.phase.transition.completed',
66-
PROJECT_PHASE_UPDATE_PAYMENT: 'project.phase.update.payment',
67-
PROJECT_PHASE_UPDATE_PROGRESS: 'project.phase.update.progress',
68-
PROJECT_PHASE_UPDATE_SCOPE: 'project.phase.update.scope',
64+
PROJECT_PHASE_TRANSITION_ACTIVE: 'notifications.connect.project.phase.transition.active',
65+
PROJECT_PHASE_TRANSITION_COMPLETED: 'notifications.connect.project.phase.transition.completed',
66+
PROJECT_PHASE_UPDATE_PAYMENT: 'notifications.connect.project.phase.update.payment',
67+
PROJECT_PHASE_UPDATE_PROGRESS: 'notifications.connect.project.phase.update.progress',
68+
PROJECT_PHASE_UPDATE_SCOPE: 'notifications.connect.project.phase.update.scope',
6969

7070
MEMBER_JOINED: 'notifications.connect.project.member.joined',
7171
MEMBER_LEFT: 'notifications.connect.project.member.left',

0 commit comments

Comments
 (0)