summaryrefslogtreecommitdiffstats
path: root/web/react/components/create_post.jsx
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2015-11-18 12:53:31 -0700
committerEric Sethna <eric@spinpunch.com>2015-11-18 12:53:31 -0700
commit5635e154ef07c108dd9323eed22687fb94df9958 (patch)
treedf744c5956296380271af199275c0151cac50148 /web/react/components/create_post.jsx
parente408d615c02ae3c863df3c7dc13d1b813c22fd28 (diff)
downloadchat-5635e154ef07c108dd9323eed22687fb94df9958.tar.gz
chat-5635e154ef07c108dd9323eed22687fb94df9958.tar.bz2
chat-5635e154ef07c108dd9323eed22687fb94df9958.zip
Update create_post.jsx
Add Enter key instructions to the Sending Messages pop-over.
Diffstat (limited to 'web/react/components/create_post.jsx')
-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>
);