summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorit33 <it33@users.noreply.github.com>2016-06-04 23:47:17 -0700
committerenahum <nahumhbl@gmail.com>2016-06-05 03:47:17 -0300
commit53a35f2f8efd34685e9ef5c8b84d9665f8479b52 (patch)
tree877343f176c1c2070aee8bd904b04826e58feb0f /webapp
parent5ac9053b5acc5244f5b0e967983d174f0e3d44ce (diff)
downloadchat-53a35f2f8efd34685e9ef5c8b84d9665f8479b52.tar.gz
chat-53a35f2f8efd34685e9ef5c8b84d9665f8479b52.tar.bz2
chat-53a35f2f8efd34685e9ef5c8b84d9665f8479b52.zip
Edit to Segment help text to explain what it offers. (#3257)
* Update Segment text * Update Segment text * Correcting typo * Fixed typo
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/admin_console/external_service_settings.jsx4
-rw-r--r--webapp/i18n/en.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/webapp/components/admin_console/external_service_settings.jsx b/webapp/components/admin_console/external_service_settings.jsx
index aff64a0eb..4894e5749 100644
--- a/webapp/components/admin_console/external_service_settings.jsx
+++ b/webapp/components/admin_console/external_service_settings.jsx
@@ -57,7 +57,7 @@ export default class ExternalServiceSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.service.segmentDescription'
- defaultMessage='For users running a SaaS services, sign up for a key at Segment.com to track metrics.'
+ defaultMessage='Segment.com is an online service that can be optionally used to track detailed system statistics. You can obtain a key by signing-up for a free account at Segment.com.'
/>
}
value={this.state.segmentDeveloperKey}
@@ -84,4 +84,4 @@ export default class ExternalServiceSettings extends AdminSettings {
</SettingsGroup>
);
}
-} \ No newline at end of file
+}
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 4e21cc353..c786c4227 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -394,7 +394,7 @@
"admin.service.overrideTitle": "Enable Overriding Usernames from Webhooks and Slash Commands: ",
"admin.service.securityDesc": "When true, System Administrators are notified by email if a relevant security fix alert has been announced in the last 12 hours. Requires email to be enabled.",
"admin.service.securityTitle": "Enable Security Alerts: ",
- "admin.service.segmentDescription": "For users running a SaaS services, sign up for a key at Segment.com to track metrics.",
+ "admin.service.segmentDescription": "Segment.com is an online service that can be optionally used to track detailed system statistics. You can obtain a key by signing-up for a free account at Segment.com.",
"admin.service.segmentExample": "Ex \"g3fgGOXJAQ43QV7rAh6iwQCkV4cA1Gs\"",
"admin.service.segmentTitle": "Segment Developer Key:",
"admin.service.sessionCache": "Session Cache in Minutes:",