Fix team name in team member added notification
This commit is contained in:
parent
39861fbd0f
commit
9a4779cdd1
@ -76,7 +76,7 @@ export default class NotificationModel extends AbstractModel {
|
||||
who = 'you'
|
||||
}
|
||||
|
||||
return `added ${who} to the ${this.notification.team.title} team`
|
||||
return `added ${who} to the ${this.notification.team.name} team`
|
||||
}
|
||||
|
||||
return ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user