summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console
diff options
context:
space:
mode:
authorlfbrock <lfbrock@users.noreply.github.com>2017-06-09 17:19:27 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-06-09 17:19:27 -0400
commit91008ea2a588d2962f74601480322475f3a1c7d1 (patch)
tree3a2bd674bf610d079745f6adf3e896f034adbb12 /webapp/components/admin_console
parent7ac854275096d6551c7c641a7f5416e330c4d410 (diff)
downloadchat-91008ea2a588d2962f74601480322475f3a1c7d1.tar.gz
chat-91008ea2a588d2962f74601480322475f3a1c7d1.tar.bz2
chat-91008ea2a588d2962f74601480322475f3a1c7d1.zip
Fix spelling of single sign-on (#6621)
* Create signup_controller.jsx * Create email_authentication_settings.jsx * Create en.json
Diffstat (limited to 'webapp/components/admin_console')
-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 2361a3ab8..6c25c15c5 100644
--- a/webapp/components/admin_console/email_authentication_settings.jsx
+++ b/webapp/components/admin_console/email_authentication_settings.jsx
@@ -56,7 +56,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 AD/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}