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 87fc85b commit fcd1decCopy full SHA for fcd1dec
src/routes/notifications/constants/notifications.js
@@ -236,7 +236,7 @@ export const NOTIFICATIONS = [
236
toUserHandle: true,
237
goTo: GOTO.PROJECT_DASHBOARD
238
}, {
239
- text: 'Your request to add invite the copilot was approved',
+ text: 'Your request to invite the copilot was approved',
240
originator: true,
241
242
}]
@@ -246,7 +246,7 @@ export const NOTIFICATIONS = [
246
eventType: EVENT_TYPE.MEMBER.INVITE_REFUSED,
247
type: NOTIFICATION_TYPE.MEMBER_ADDED,
248
rules: [{
249
- text: 'Your request to add invite the member was refused',
+ text: 'Your request to invite the copilot was refused',
250
251
252
0 commit comments