Этот коммит содержится в:
Asaad Mahmood
2015-11-02 11:40:53 +05:00
коммит произвёл JoramWilander
родитель 97449a102e
Коммит 393d253021
7 изменённых файлов: 215 добавлений и 98 удалений

Просмотреть файл

@@ -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>
);