Edit to Segment help text to explain what it offers. (#3257)

* Update Segment text

* Update Segment text

* Correcting typo

* Fixed typo
Этот коммит содержится в:
it33
2016-06-04 23:47:17 -07:00
коммит произвёл enahum
родитель 5ac9053b5a
Коммит 53a35f2f8e
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@@ -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>
);
}
}
}

Просмотреть файл

@@ -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:",