summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2017-05-18 08:59:58 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-05-18 08:59:58 -0400
commit5f6a3a2cf89003a1e8dbe591690459aa680825ea (patch)
treefcb65c8bce344bb6ec7de1e292e83aa727f9cd2e /webapp/components/admin_console
parenta123b54d5ecd871feff94a047b99f65607885ee7 (diff)
downloadchat-5f6a3a2cf89003a1e8dbe591690459aa680825ea.tar.gz
chat-5f6a3a2cf89003a1e8dbe591690459aa680825ea.tar.bz2
chat-5f6a3a2cf89003a1e8dbe591690459aa680825ea.zip
Update legal and support help texts (#6407)
* Update legal_and_support_settings.jsx * Update en.json * Update en.json * Update legal_and_support_settings.jsx
Diffstat (limited to 'webapp/components/admin_console')
-rw-r--r--webapp/components/admin_console/legal_and_support_settings.jsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/webapp/components/admin_console/legal_and_support_settings.jsx b/webapp/components/admin_console/legal_and_support_settings.jsx
index 2d9cb2550..6b64e0c07 100644
--- a/webapp/components/admin_console/legal_and_support_settings.jsx
+++ b/webapp/components/admin_console/legal_and_support_settings.jsx
@@ -79,7 +79,7 @@ export default class LegalAndSupportSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.support.privacyDesc'
- defaultMessage='Link to Privacy Policy available to users on desktop and on mobile. Leaving this blank will hide the option to display a notice.'
+ defaultMessage='The URL for the Privacy link on the login and sign-up pages. If this field is empty, the Privacy link is hidden from users.'
/>
}
value={this.state.privacyPolicyLink}
@@ -96,7 +96,7 @@ export default class LegalAndSupportSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.support.aboutDesc'
- defaultMessage='Link to About page for more information on your Mattermost deployment, for example its purpose and audience within your organization. Defaults to Mattermost information page.'
+ defaultMessage='The URL for the About link on the Mattermost login and sign-up pages. If this field is empty, the About link is hidden from users.'
/>
}
value={this.state.aboutLink}
@@ -113,7 +113,7 @@ export default class LegalAndSupportSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.support.helpDesc'
- defaultMessage='Link to help documentation from team site main menu. Typically not changed unless your organization chooses to create custom documentation.'
+ defaultMessage='The URL for the Help link on the Mattermost login page, sign-up pages, and Main Menu. If this field is empty, the Help link is hidden from users.'
/>
}
value={this.state.helpLink}
@@ -130,7 +130,7 @@ export default class LegalAndSupportSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.support.problemDesc'
- defaultMessage='Link to help documentation from team site main menu. By default this points to the peer-to-peer troubleshooting forum where users can search for, find and request help with technical issues.'
+ defaultMessage='The URL for the Report a Problem link in the Main Menu. If this field is empty, the link is removed from the Main Menu.'
/>
}
value={this.state.reportAProblemLink}