fixes to comment in my company
diff --git a/home/page/my_company/my_company.js b/home/page/my_company/my_company.js
index c2a55ea..9da7e9b 100644
--- a/home/page/my_company/my_company.js
+++ b/home/page/my_company/my_company.js
@@ -657,7 +657,7 @@
 	}
 
 	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'});