summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/ldap_settings.jsx
diff options
context:
space:
mode:
authorlfbrock <lfbrock@users.noreply.github.com>2016-07-05 11:10:55 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-07-05 11:10:55 -0400
commitb8189369edff09b80470b2e1914d18bcb46d02bb (patch)
treed27ac39a8e348b1407091c6cdd61876ff3c8547d /webapp/components/admin_console/ldap_settings.jsx
parent1988573fcef147c53e0372b25e3ecc9a8b5410b6 (diff)
downloadchat-b8189369edff09b80470b2e1914d18bcb46d02bb.tar.gz
chat-b8189369edff09b80470b2e1914d18bcb46d02bb.tar.bz2
chat-b8189369edff09b80470b2e1914d18bcb46d02bb.zip
Update ldap sync interval help text (#3488)
* Update ldap sync interval help text * Update en.json
Diffstat (limited to 'webapp/components/admin_console/ldap_settings.jsx')
-rw-r--r--webapp/components/admin_console/ldap_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/ldap_settings.jsx b/webapp/components/admin_console/ldap_settings.jsx
index 26d076f54..5bb6bb20a 100644
--- a/webapp/components/admin_console/ldap_settings.jsx
+++ b/webapp/components/admin_console/ldap_settings.jsx
@@ -345,7 +345,7 @@ export default class LdapSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.ldap.syncIntervalHelpText'
- defaultMessage='LDAP Synchronization is the process by which Mattermost updates its users to reflect any updated data on the LDAP server. For example if a name for a user is updated on the LDAP server, the change will be reflected in Mattermost when the synchronization is performed. Accounts that have been removed from the LDAP server will have their active sessions cleared and no longer be able to login to Mattermost. Mattermost will perform this synchronization regularly according to the interval supplied here. For example, if 60 is supplied, Mattermost will update the users every hour. Changing this will require a server restart before taking effect.'
+ defaultMessage='LDAP Synchronization is the process by which Mattermost updates its users to reflect any updated data on the LDAP server. For example if a name for a user is updated on the LDAP server, the change will be reflected in Mattermost when the synchronization is performed. Accounts that have been removed from the LDAP server will have their active sessions cleared and no longer be able to login to Mattermost. Mattermost will perform this synchronization regularly according to the interval supplied here. For example, if 60 is supplied, Mattermost will update the users every hour.'
/>
}
value={this.state.syncIntervalMinutes}