diff --git a/client/src/views/stream/notes/mention-in-post.js b/client/src/views/stream/notes/mention-in-post.js index 34af122c25..6bf12910f0 100644 --- a/client/src/views/stream/notes/mention-in-post.js +++ b/client/src/views/stream/notes/mention-in-post.js @@ -96,6 +96,8 @@ Espo.define('views/stream/notes/mention-in-post', 'views/stream/note', function }, this); this.messageData['target'] = userHtmlList.join(', '); } + } else if (this.model.get('targetType') === 'self') { + this.messageName = 'mentionYouInPostTargetNoTarget'; } } } else {