Fix spelling of single sign-on (#6621)

* Create signup_controller.jsx

* Create email_authentication_settings.jsx

* Create en.json
Этот коммит содержится в:
lfbrock
2017-06-09 17:19:27 -04:00
коммит произвёл Joram Wilander
родитель 7ac8542750
Коммит 91008ea2a5
3 изменённых файлов: 4 добавлений и 4 удалений

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

@@ -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}

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

@@ -169,7 +169,7 @@ export default class SignupController extends React.Component {
<span>
<FormattedMessage
id='signup.gitlab'
defaultMessage='GitLab Single-Sign-On'
defaultMessage='GitLab Single Sign-On'
/>
</span>
</span>