diff --git a/src/models/notification.js b/src/models/notification.js index c37e117d..7d891f94 100644 --- a/src/models/notification.js +++ b/src/models/notification.js @@ -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 ''