diff --git a/home/page/my_company/my_company.js b/home/page/my_company/my_company.js index c2a55eab03c..9da7e9bd2d7 100644 --- a/home/page/my_company/my_company.js +++ b/home/page/my_company/my_company.js @@ -657,7 +657,7 @@ MemberCoversationComment = function(cell, det, conv) { } var st = (!det.docstatus ? {fontWeight: 'bold'} : null); - this.msg = $a(this.comment, 'span', 'social', st, ': ' + det.creation); + this.msg = $a(this.comment, 'span', 'social', st, ': ' + det.comment); if(det.full_name==user) { $y(this.wrapper, {backgroundColor: '#D9D9F3'});