We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc78293 commit adf61c5Copy full SHA for adf61c5
src/config/constants.js
@@ -781,8 +781,8 @@ export const EVENT_TYPE = {
781
COPILOT_JOINED: 'notifications.connect.project.member.copilotJoined',
782
ASSIGNED_AS_OWNER: 'notifications.connect.project.member.assignedAsOwner',
783
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',
+ INVITE_APPROVED: 'notifications.connect.project.member.invite.approved',
+ INVITE_REFUSED: 'notifications.connect.project.member.invite.refused',
786
},
787
PROJECT: {
788
ACTIVE: 'notifications.connect.project.active',
0 commit comments