Fix team name in team member added notification
This commit is contained in:
parent
39861fbd0f
commit
9a4779cdd1
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ export default class NotificationModel extends AbstractModel {
|
||||||
who = 'you'
|
who = 'you'
|
||||||
}
|
}
|
||||||
|
|
||||||
return `added ${who} to the ${this.notification.team.title} team`
|
return `added ${who} to the ${this.notification.team.name} team`
|
||||||
}
|
}
|
||||||
|
|
||||||
return ''
|
return ''
|
||||||
|
|
Loading…
Reference in a new issue