summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2016-09-06 11:41:12 -0400
committerenahum <nahumhbl@gmail.com>2016-09-06 12:41:12 -0300
commit01ee2fc121925f42eafd076c09a65be1f5684ade (patch)
tree764d2bf954947ba41e39b6cf9429df46eaa382c7 /webapp/components
parente8a986743407dafe1d30ac79bbd66d4406f8686e (diff)
downloadchat-01ee2fc121925f42eafd076c09a65be1f5684ade.tar.gz
chat-01ee2fc121925f42eafd076c09a65be1f5684ade.tar.bz2
chat-01ee2fc121925f42eafd076c09a65be1f5684ade.zip
Update text for restricting integration management to admins (#3962)
Update text for restricting integration management to admins
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/admin_console/custom_integrations_settings.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/admin_console/custom_integrations_settings.jsx b/webapp/components/admin_console/custom_integrations_settings.jsx
index a40076925..10963b6a6 100644
--- a/webapp/components/admin_console/custom_integrations_settings.jsx
+++ b/webapp/components/admin_console/custom_integrations_settings.jsx
@@ -128,13 +128,13 @@ export default class WebhookSettings extends AdminSettings {
label={
<FormattedMessage
id='admin.service.integrationAdmin'
- defaultMessage='Restrict creating integrations to Team and System Admins: '
+ defaultMessage='Restrict managing integrations to Admins:'
/>
}
helpText={
<FormattedMessage
id='admin.service.integrationAdminDesc'
- defaultMessage='When true, user created integrations can only be created by admins.'
+ defaultMessage='When true, webhooks and slash commands can only be created, edited and viewed by Team and System Admins, and OAuth 2.0 applications by System Admins. Integrations are available to all users after they have been created by the Admin.'
/>
}
value={this.state.enableOnlyAdminIntegrations}