From b978f6a61ffd3a02e45a30ffda08233ebcf77456 Mon Sep 17 00:00:00 2001 From: Christian Arnold Date: Mon, 19 Jun 2017 16:57:42 +0200 Subject: Unified quotation marks (#6682) --- webapp/components/admin_console/ldap_settings.jsx | 4 ++-- webapp/components/help/components/mentioning.jsx | 2 +- webapp/components/tutorial/tutorial_intro_screens.jsx | 2 +- webapp/components/user_settings/import_theme_modal.jsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'webapp/components') diff --git a/webapp/components/admin_console/ldap_settings.jsx b/webapp/components/admin_console/ldap_settings.jsx index f5d95634d..87eab8004 100644 --- a/webapp/components/admin_console/ldap_settings.jsx +++ b/webapp/components/admin_console/ldap_settings.jsx @@ -368,7 +368,7 @@ export default class LdapSettings extends AdminSettings { helpText={ } value={this.state.idAttribute} @@ -405,7 +405,7 @@ export default class LdapSettings extends AdminSettings { helpText={ } value={this.state.syncIntervalMinutes} 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 ( diff --git a/webapp/components/tutorial/tutorial_intro_screens.jsx b/webapp/components/tutorial/tutorial_intro_screens.jsx index 00f7db270..409073e83 100644 --- a/webapp/components/tutorial/tutorial_intro_screens.jsx +++ b/webapp/components/tutorial/tutorial_intro_screens.jsx @@ -257,7 +257,7 @@ export default class TutorialIntroScreens extends React.Component { {supportInfo}

-- cgit v1.2.3-1-g7c22