summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-10-07 10:48:32 -0400
committerJoramWilander <jwawilander@gmail.com>2015-10-07 10:48:32 -0400
commitab23c0d65cb202edf5293307bcf193bb6b93dc75 (patch)
tree475a440fa2131e48178abb428b45dbc4d099e85e /web/react
parentdfaef4bd7227391e21890c720f9668acb3a64c28 (diff)
downloadchat-ab23c0d65cb202edf5293307bcf193bb6b93dc75.tar.gz
chat-ab23c0d65cb202edf5293307bcf193bb6b93dc75.tar.bz2
chat-ab23c0d65cb202edf5293307bcf193bb6b93dc75.zip
Add space between 'messsage:' and the actual root message.
Diffstat (limited to 'web/react')
-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}