summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-08-02 15:06:51 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-08-02 16:06:51 -0400
commite67bbcb0ae483cc86ae3a80ace36f1e6e663b589 (patch)
tree53ba5c7e04aac22ed240310577bd708d2dd1e24d /webapp
parent4dcada0a94fe0d0b3725609fb7fbec5ec08ccb9b (diff)
downloadchat-e67bbcb0ae483cc86ae3a80ace36f1e6e663b589.tar.gz
chat-e67bbcb0ae483cc86ae3a80ace36f1e6e663b589.tar.bz2
chat-e67bbcb0ae483cc86ae3a80ace36f1e6e663b589.zip
PLT-3740 Terms of Service link updates (#3707)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/admin_console/legal_and_support_settings.jsx2
-rw-r--r--webapp/i18n/en.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/admin_console/legal_and_support_settings.jsx b/webapp/components/admin_console/legal_and_support_settings.jsx
index 4eab71c64..3108dd60b 100644
--- a/webapp/components/admin_console/legal_and_support_settings.jsx
+++ b/webapp/components/admin_console/legal_and_support_settings.jsx
@@ -64,7 +64,7 @@ export default class LegalAndSupportSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.support.termsDesc'
- defaultMessage='Link to Terms of Service available to users on desktop and on mobile. Leaving this blank will hide the option to display a notice.'
+ defaultMessage='Link to the terms under which users may use your online service. By default, this includes the "Mattermost Conditions of Use (End Users)" explaining the terms under which Mattermost software is provided to end users. If you change the default link to add your own terms for using the service you provide, your new terms must include a link to the default terms so end users are aware of the Mattermost Conditions of Use (End User) for Mattermost software.'
/>
}
value={this.state.termsOfServiceLink}
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index f0c16bef7..a3f5d55f9 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -681,7 +681,7 @@
"admin.support.privacyTitle": "Privacy Policy link:",
"admin.support.problemDesc": "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.",
"admin.support.problemTitle": "Report a Problem link:",
- "admin.support.termsDesc": "Link to Terms of Service available to users on desktop and on mobile. Leaving this blank will hide the option to display a notice.",
+ "admin.support.termsDesc": "Link to the terms under which users may use your online service. By default, this includes the \"Mattermost Conditions of Use (End Users)\" explaining the terms under which Mattermost software is provided to end users. If you change the default link to add your own terms for using the service you provide, your new terms must include a link to the default terms so end users are aware of the Mattermost Conditions of Use (End User) for Mattermost software.",
"admin.support.termsTitle": "Terms of Service link:",
"admin.system_analytics.activeUsers": "Active Users With Posts",
"admin.system_analytics.title": "the System",