summaryrefslogtreecommitdiffstats
path: root/webapp/components
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/components
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/components')
-rw-r--r--webapp/components/admin_console/legal_and_support_settings.jsx2
1 files changed, 1 insertions, 1 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}