PLT-3766 Change LDAP references to AD/LDAP in the UI (#3925)

Этот коммит содержится в:
Jason Blais
2016-09-06 15:27:32 -04:00
коммит произвёл enahum
родитель b8927e4bfa
Коммит 449b066598
16 изменённых файлов: 138 добавлений и 138 удалений

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

@@ -58,7 +58,7 @@ export default class EmailAuthenticationSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.email.allowSignupDescription'
defaultMessage='When true, Mattermost allows team creation and account signup using email and password. This value should be false only when you want to limit signup to a single-sign-on service like OAuth or LDAP.'
defaultMessage='When true, Mattermost allows team creation and account signup using email and password. This value should be false only when you want to limit signup to a single-sign-on service like OAuth or AD/LDAP.'
/>
}
value={this.state.enableSignUpWithEmail}