From 1736947f0e842074492d3b8a54a2090b1aeab67f Mon Sep 17 00:00:00 2001 From: David Lu Date: Fri, 27 May 2016 08:38:35 -0700 Subject: Added BOT in RHS (#3136) Changed BOT to constant --- webapp/components/post_header.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/components/post_header.jsx') diff --git a/webapp/components/post_header.jsx b/webapp/components/post_header.jsx index 2b139471d..6fae092e5 100644 --- a/webapp/components/post_header.jsx +++ b/webapp/components/post_header.jsx @@ -32,7 +32,7 @@ export default class PostHeader extends React.Component { ); } - botIndicator =
  • {'BOT'}
  • ; + botIndicator =
  • {Constants.BOT_NAME}
  • ; } else if (Utils.isSystemMessage(post)) { userProfile = (