summaryrefslogtreecommitdiffstats
path: root/webapp/components/help
diff options
context:
space:
mode:
authorChristian Arnold <meilon@users.noreply.github.com>2017-06-19 16:57:42 +0200
committerJoram Wilander <jwawilander@gmail.com>2017-06-19 10:57:42 -0400
commitb978f6a61ffd3a02e45a30ffda08233ebcf77456 (patch)
treef16afb24bf3d7a491f3f9e1d17b18b2a390d5406 /webapp/components/help
parentd6603ba7c052efc128bf290af0cf78ada45ba2cc (diff)
downloadchat-b978f6a61ffd3a02e45a30ffda08233ebcf77456.tar.gz
chat-b978f6a61ffd3a02e45a30ffda08233ebcf77456.tar.bz2
chat-b978f6a61ffd3a02e45a30ffda08233ebcf77456.zip
Unified quotation marks (#6682)
Diffstat (limited to 'webapp/components/help')
-rw-r--r--webapp/components/help/components/mentioning.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/help/components/mentioning.jsx b/webapp/components/help/components/mentioning.jsx
index a7aa37bf6..fa3bf2d7d 100644
--- a/webapp/components/help/components/mentioning.jsx
+++ b/webapp/components/help/components/mentioning.jsx
@@ -18,7 +18,7 @@ export default function HelpMentioning() {
message.push(localizeMessage('help.mentioning.usernameCont', 'If the user you mentioned does not belong to the channel, a System Message will be posted to let you know. This is a temporary message only seen by the person who triggered it. To add the mentioned user to the channel, go to the dropdown menu beside the channel name and select **Add Members**.'));
message.push(localizeMessage('help.mentioning.channel', '#### @Channel\nYou can mention an entire channel by typing `@channel`. All members of the channel will receive a mention notification that behaves the same way as if the members had been mentioned personally.'));
message.push('```\n' + localizeMessage('help.mentioning.channelExample', '@channel great work on interviews this week. I think we found some excellent potential candidates!') + '```\n');
- message.push(localizeMessage('help.mentioning.triggers', '## Words That Trigger Mentions\nIn addition to being notified by @username and @channel, you can customize words that trigger mention notifications in **Account Settings** > **Notifications** > **Words that trigger mentions**. By default, you will receive mention notifications on your first name, and you can add more words by typing them into the input box separated by commas. This is useful if you want to be notified of all posts on certain topics, for example, “interviewing” or “marketing”.'));
+ message.push(localizeMessage('help.mentioning.triggers', '## Words That Trigger Mentions\nIn addition to being notified by @username and @channel, you can customize words that trigger mention notifications in **Account Settings** > **Notifications** > **Words that trigger mentions**. By default, you will receive mention notifications on your first name, and you can add more words by typing them into the input box separated by commas. This is useful if you want to be notified of all posts on certain topics, for example, "interviewing" or "marketing".'));
message.push(localizeMessage('help.mentioning.recent', '## Recent Mentions\nClick `@` next to the search box to query for your most recent @mentions and words that trigger mentions. Click **Jump** next to a search result in the RHS to jump the center pane to the channel and location of the message with the mention.'));
return (