Update create_post.jsx
Add Enter key instructions to the Sending Messages pop-over.
Этот коммит содержится в:
@@ -383,8 +383,8 @@ export default class CreatePost extends React.Component {
|
|||||||
screens.push(
|
screens.push(
|
||||||
<div>
|
<div>
|
||||||
<h4>{'Sending Messages'}</h4>
|
<h4>{'Sending Messages'}</h4>
|
||||||
<p>{'Type here to write a message.'}</p>
|
<p>{'Type here to write a message and press '}<strong>{'Enter'}</strong>{' to post it.'}</p>
|
||||||
<p>{'Click the attachment button to upload an image or a file.'}</p>
|
<p>{'Click the '}<strong>{'Attachment'}</strong>{' button to upload an image or a file.'}</p>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user