Fix team name in team member added notification

This commit is contained in:
kolaente 2021-02-23 19:17:45 +01:00
parent 39861fbd0f
commit 9a4779cdd1
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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 ''