summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/email_authentication_settings.jsx
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2016-09-06 15:27:32 -0400
committerenahum <nahumhbl@gmail.com>2016-09-06 16:27:32 -0300
commit449b0665983bf83f1be7293b1bcc5d261dfcda02 (patch)
tree457c10be9b4d950de54c080291f6ada2ebf4a25d /webapp/components/admin_console/email_authentication_settings.jsx
parentb8927e4bfa388337c5911264b3df81738137df7e (diff)
downloadchat-449b0665983bf83f1be7293b1bcc5d261dfcda02.tar.gz
chat-449b0665983bf83f1be7293b1bcc5d261dfcda02.tar.bz2
chat-449b0665983bf83f1be7293b1bcc5d261dfcda02.zip
PLT-3766 Change LDAP references to AD/LDAP in the UI (#3925)
Diffstat (limited to 'webapp/components/admin_console/email_authentication_settings.jsx')
-rw-r--r--webapp/components/admin_console/email_authentication_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/email_authentication_settings.jsx b/webapp/components/admin_console/email_authentication_settings.jsx
index 6cde88044..cb7ef3419 100644
--- a/webapp/components/admin_console/email_authentication_settings.jsx
+++ b/webapp/components/admin_console/email_authentication_settings.jsx
@@ -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}