summaryrefslogtreecommitdiffstats
path: root/web/react/components/create_post.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/create_post.jsx')
-rw-r--r--web/react/components/create_post.jsx7
1 files changed, 3 insertions, 4 deletions
diff --git a/web/react/components/create_post.jsx b/web/react/components/create_post.jsx
index 1dc30e251..cb3148b7b 100644
--- a/web/react/components/create_post.jsx
+++ b/web/react/components/create_post.jsx
@@ -383,10 +383,9 @@ export default class CreatePost extends React.Component {
screens.push(
<div>
- <h4><strong>{'Sending Messages'}</strong></h4>
- {'Type here to write a message.'}
- <br/><br/>
- {'Click the attachment button to upload an image or a file.'}
+ <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>
</div>
);