* Update ldap_settings.jsx

Changed help text for consistency

* Update en.json
Этот коммит содержится в:
lfbrock
2016-07-06 13:35:35 -04:00
коммит произвёл Joram Wilander
родитель 292705acdf
Коммит fd880ad047
2 изменённых файлов: 2 добавлений и 2 удалений

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

@@ -213,7 +213,7 @@ export default class LdapSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.ldap.userFilterDisc'
defaultMessage='Optionally enter an LDAP Filter to use when searching for user objects. Only the users selected by the query will be able to access Mattermost. For Active Directory, the query to filter out disabled users is (&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).'
defaultMessage='(Optional) Enter an LDAP Filter to use when searching for user objects. Only the users selected by the query will be able to access Mattermost. For Active Directory, the query to filter out disabled users is (&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).'
/>
}
value={this.state.userFilter}