summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-19 07:57:48 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-19 07:57:48 -0500
commit25c6fe92dae551a25e198127db1969d38fa0998b (patch)
tree54620f703fca7e9a6849a90f33d8b0ff7072b470 /web/react/components
parent7b442ea6af6b5da22faf6f652ad7f01803836f17 (diff)
parent5635e154ef07c108dd9323eed22687fb94df9958 (diff)
downloadchat-25c6fe92dae551a25e198127db1969d38fa0998b.tar.gz
chat-25c6fe92dae551a25e198127db1969d38fa0998b.tar.bz2
chat-25c6fe92dae551a25e198127db1969d38fa0998b.zip
Merge pull request #1460 from esethna/patch-14
Update create_post.jsx
Diffstat (limited to 'web/react/components')
-rw-r--r--web/react/components/create_post.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/react/components/create_post.jsx b/web/react/components/create_post.jsx
index 6f25ef608..d823a54f1 100644
--- a/web/react/components/create_post.jsx
+++ b/web/react/components/create_post.jsx
@@ -383,8 +383,8 @@ export default class CreatePost extends React.Component {
screens.push(
<div>
<h4>{'Sending Messages'}</h4>
- <p>{'Type here to write a message.'}</p>
- <p>{'Click the attachment button to upload an image or a file.'}</p>
+ <p>{'Type here to write a message and press '}<strong>{'Enter'}</strong>{' to post it.'}</p>
+ <p>{'Click the '}<strong>{'Attachment'}</strong>{' button to upload an image or a file.'}</p>
</div>
);