summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_header.jsx
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-05-27 08:38:35 -0700
committerCorey Hulen <corey@hulen.com>2016-05-27 08:38:35 -0700
commit1736947f0e842074492d3b8a54a2090b1aeab67f (patch)
tree6e25a1a1899c3db97624c65e81ef03b0599dc605 /webapp/components/post_header.jsx
parent97a4310610310f5f62d377bd8d68902c0ccc92cd (diff)
downloadchat-1736947f0e842074492d3b8a54a2090b1aeab67f.tar.gz
chat-1736947f0e842074492d3b8a54a2090b1aeab67f.tar.bz2
chat-1736947f0e842074492d3b8a54a2090b1aeab67f.zip
Added BOT in RHS (#3136)
Changed BOT to constant
Diffstat (limited to 'webapp/components/post_header.jsx')
-rw-r--r--webapp/components/post_header.jsx2
1 files changed, 1 insertions, 1 deletions
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 = <li className='col col__name bot-indicator'>{'BOT'}</li>;
+ botIndicator = <li className='col col__name bot-indicator'>{Constants.BOT_NAME}</li>;
} else if (Utils.isSystemMessage(post)) {
userProfile = (
<UserProfile