summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorWilliam Gathoye <william@gathoye.be>2016-09-16 14:18:24 +0200
committerenahum <nahumhbl@gmail.com>2016-09-16 09:18:24 -0300
commit62c7eac16a6484196975f27e88f8da47f29f918e (patch)
tree643d1d2255c43d0680c87a254b3a68ade4446d2a /webapp/components
parentff65e5ede536ebaa9230b2f28d81bd93f91eaf16 (diff)
downloadchat-62c7eac16a6484196975f27e88f8da47f29f918e.tar.gz
chat-62c7eac16a6484196975f27e88f8da47f29f918e.tar.bz2
chat-62c7eac16a6484196975f27e88f8da47f29f918e.zip
Remove unneeded additional space detected by Pootle (#4007)
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/help/components/composing.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/help/components/composing.jsx b/webapp/components/help/components/composing.jsx
index 9092027b7..ca2476c12 100644
--- a/webapp/components/help/components/composing.jsx
+++ b/webapp/components/help/components/composing.jsx
@@ -18,7 +18,7 @@ export default class HelpComposing extends React.Component {
message.push(localizeMessage('help.composing.posting', '## Posting a Message\nWrite a message by typing into the text input box, then press **ENTER** to send it. Use **Shift + ENTER** to create a new line without sending a message. To send messages by pressing **Ctrl + ENTER** go to **Main Menu > Account Settings > Send messages on Ctrl + ENTER**.'));
message.push(localizeMessage('help.composing.editing', '## Editing a Message\nEdit a message by clicking the **[...]** icon next to any message text that you’ve composed, then click **Edit**. After making modifications to the message text, press **ENTER** to save the modifications. Message edits do not trigger new @mention notifications, desktop notifications or notification sounds.'));
message.push(localizeMessage('help.composing.deleting', '## Deleting a message\nDelete a message by clicking the **[...]** icon next to any message text that you’ve composed, then click **Delete**. System and Team Admins can delete any message on their system or team.'));
- message.push(localizeMessage('help.composing.linking', '## Linking to a message\nThe **Permalink** feature creates a link to any message. Sharing this link with other users in the channel lets them view the linked message in the Message Archives. Users who are not a member of the channel where the message was posted cannot view the permalink. Get the permalink to any message by clicking the **[...]** icon next to the message text > **Permalink** > **Copy Link**.'));
+ message.push(localizeMessage('help.composing.linking', '## Linking to a message\nThe **Permalink** feature creates a link to any message. Sharing this link with other users in the channel lets them view the linked message in the Message Archives. Users who are not a member of the channel where the message was posted cannot view the permalink. Get the permalink to any message by clicking the **[...]** icon next to the message text > **Permalink** > **Copy Link**.'));
return (
<div>