summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-10-07 10:49:06 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-10-07 10:49:06 -0400
commit7d2ff7ce7849814296792f73cc6c4c867a9fccef (patch)
tree4ea393220109db45544c9ac4939a306392ed1367
parent7daa8680c8b1fc54b035c49219cd68daea0a4cb2 (diff)
parentab23c0d65cb202edf5293307bcf193bb6b93dc75 (diff)
downloadchat-7d2ff7ce7849814296792f73cc6c4c867a9fccef.tar.gz
chat-7d2ff7ce7849814296792f73cc6c4c867a9fccef.tar.bz2
chat-7d2ff7ce7849814296792f73cc6c4c867a9fccef.zip
Merge pull request #958 from mattermost/plt-450
Add space between 'message:' and the actual root message.
-rw-r--r--web/react/components/post_body.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/post_body.jsx b/web/react/components/post_body.jsx
index 6cfd243de..1d94cab47 100644
--- a/web/react/components/post_body.jsx
+++ b/web/react/components/post_body.jsx
@@ -215,7 +215,7 @@ export default class PostBody extends React.Component {
comment = (
<p className='post-link'>
<span>
- {'Commented on '}{name}{apostrophe}{' message:'}
+ {'Commented on '}{name}{apostrophe}{' message: '}
<a
className='theme'
onClick={this.props.handleCommentClick}