summaryrefslogtreecommitdiffstats
path: root/webapp/components/help/components/messaging.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/help/components/messaging.jsx')
-rw-r--r--webapp/components/help/components/messaging.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/help/components/messaging.jsx b/webapp/components/help/components/messaging.jsx
index bbd3e2fb7..dd1c90f8b 100644
--- a/webapp/components/help/components/messaging.jsx
+++ b/webapp/components/help/components/messaging.jsx
@@ -12,7 +12,7 @@ export default class HelpMessaging extends React.Component {
render() {
const message = [];
message.push(localizeMessage('help.messaging.title', '# Messaging Basics\n_____'));
- message.push(localizeMessage('help.messaging.write', '**Write messages** using the text input box at the bottom of Mattermost. Press **ENTER** to send a message. Use **Shift+ENTER** to create a new line without sending a message.'));
+ message.push(localizeMessage('help.messaging.write', '**Write messages** using the text input box at the bottom of Mattermost. Press ENTER to send a message. Use SHIFT+ENTER to create a new line without sending a message.'));
message.push(localizeMessage('help.messaging.reply', '**Reply to messages** by clicking the reply arrow next to the message text.'));
message.push('![reply arrow](https://docs.mattermost.com/_images/replyIcon.PNG)');
message.push(localizeMessage('help.messaging.notify', '**Notify teammates** when they are needed by typing `@username`.'));