Skip to content

Commit 681c2db

Browse files
authored
Update notifications.js
1 parent adf61c5 commit 681c2db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/routes/notifications/constants/notifications.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,22 +238,22 @@ export const NOTIFICATIONS = [
238238
},
239239

240240
{
241-
eventType: EVENT_TYPE.MEMBER.COPILOT_REFUSED,
241+
eventType: EVENT_TYPE.MEMBER.INVITE_REFUSED,
242242
type: NOTIFICATION_TYPE.MEMBER_ADDED,
243243
rules: [{
244-
text: 'Your request to add invite the copilot was refused',
244+
text: 'Your request to add invite the member was refused',
245245
creator: true,
246246
goTo: GOTO.PROJECT_DASHBOARD
247247
}]
248248
},
249249

250250
{
251-
eventType: EVENT_TYPE.MEMBER.COPILOT_JOINED,
251+
eventType: EVENT_TYPE.MEMBER.INVITE_APPROVED,
252252
type: NOTIFICATION_TYPE.MEMBER_ADDED,
253253
rules: [{
254-
text: 'A copilot joined your project team',
254+
text: 'A member joined your project team',
255255
shouldBundle: true,
256-
bundledText: '{{bundledCount}} copilots joined your project team',
256+
bundledText: '{{bundledCount}} members joined your project team',
257257
projectRoles: [PROJECT_ROLE_OWNER, PROJECT_ROLE_COPILOT, PROJECT_ROLE_MANAGER],
258258
goTo: GOTO.PROJECT_DASHBOARD
259259
}]

0 commit comments

Comments
 (0)