Skip to content

Commit fcd1dec

Browse files
committed
Corrected notification messages for invite accept/refused.
1 parent 87fc85b commit fcd1dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/notifications/constants/notifications.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export const NOTIFICATIONS = [
236236
toUserHandle: true,
237237
goTo: GOTO.PROJECT_DASHBOARD
238238
}, {
239-
text: 'Your request to add invite the copilot was approved',
239+
text: 'Your request to invite the copilot was approved',
240240
originator: true,
241241
goTo: GOTO.PROJECT_DASHBOARD
242242
}]
@@ -246,7 +246,7 @@ export const NOTIFICATIONS = [
246246
eventType: EVENT_TYPE.MEMBER.INVITE_REFUSED,
247247
type: NOTIFICATION_TYPE.MEMBER_ADDED,
248248
rules: [{
249-
text: 'Your request to add invite the member was refused',
249+
text: 'Your request to invite the copilot was refused',
250250
originator: true,
251251
goTo: GOTO.PROJECT_DASHBOARD
252252
}]

0 commit comments

Comments
 (0)