Skip to content

Commit adf61c5

Browse files
authored
Update constants.js
1 parent cc78293 commit adf61c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,8 +781,8 @@ export const EVENT_TYPE = {
781781
COPILOT_JOINED: 'notifications.connect.project.member.copilotJoined',
782782
ASSIGNED_AS_OWNER: 'notifications.connect.project.member.assignedAsOwner',
783783
INVITE_REQUESTED: 'notifications.connect.project.member.invite.requested',
784-
COPILOT_ADDED: 'notifications.connect.project.member.copilot.added',
785-
COPILOT_REFUSED: 'notifications.connect.project.member.copilot.refused',
784+
INVITE_APPROVED: 'notifications.connect.project.member.invite.approved',
785+
INVITE_REFUSED: 'notifications.connect.project.member.invite.refused',
786786
},
787787
PROJECT: {
788788
ACTIVE: 'notifications.connect.project.active',

0 commit comments

Comments
 (0)