From 91008ea2a588d2962f74601480322475f3a1c7d1 Mon Sep 17 00:00:00 2001 From: lfbrock Date: Fri, 9 Jun 2017 17:19:27 -0400 Subject: Fix spelling of single sign-on (#6621) * Create signup_controller.jsx * Create email_authentication_settings.jsx * Create en.json --- webapp/components/admin_console/email_authentication_settings.jsx | 2 +- webapp/components/signup/signup_controller.jsx | 2 +- webapp/i18n/en.json | 4 ++-- 3 files changed, 4 insertions(+), 4 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={ } value={this.state.enableSignUpWithEmail} diff --git a/webapp/components/signup/signup_controller.jsx b/webapp/components/signup/signup_controller.jsx index e9024a389..af35c5d8d 100644 --- a/webapp/components/signup/signup_controller.jsx +++ b/webapp/components/signup/signup_controller.jsx @@ -169,7 +169,7 @@ export default class SignupController extends React.Component { diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 9c223bb34..758cc0f96 100755 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -236,7 +236,7 @@ "admin.email.agreeHPNS": " I understand and accept the Mattermost Hosted Push Notification Service Terms of Service and Privacy Policy.", "admin.email.allowEmailSignInDescription": "When true, Mattermost allows users to sign in using their email and password.", "admin.email.allowEmailSignInTitle": "Enable sign-in with email: ", - "admin.email.allowSignupDescription": "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.", + "admin.email.allowSignupDescription": "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.", "admin.email.allowSignupTitle": "Enable account creation with email: ", "admin.email.allowUsernameSignInDescription": "When true, Mattermost allows users to sign in using their username and password. This setting is typically only used when email verification is disabled.", "admin.email.allowUsernameSignInTitle": "Enable sign-in with username: ", @@ -1997,7 +1997,7 @@ "sidebar_right_menu.teamSettings": "Team Settings", "sidebar_right_menu.viewMembers": "View Members", "signup.email": "Email and Password", - "signup.gitlab": "GitLab Single-Sign-On", + "signup.gitlab": "GitLab Single Sign-On", "signup.google": "Google Account", "signup.ldap": "AD/LDAP Credentials", "signup.office365": "Office 365", -- cgit v1.2.3-1-g7c22