PLT-3766 Change LDAP references to AD/LDAP in the UI (#3925)
Этот коммит содержится в:
@@ -107,7 +107,7 @@ export default class SignupLdap extends React.Component {
|
||||
if (global.window.mm_config.LdapLoginFieldName) {
|
||||
ldapIdPlaceholder = global.window.mm_config.LdapLoginFieldName;
|
||||
} else {
|
||||
ldapIdPlaceholder = Utils.localizeMessage('login.ldap_username', 'LDAP Username');
|
||||
ldapIdPlaceholder = Utils.localizeMessage('login.ldap_username', 'AD/LDAP Username');
|
||||
}
|
||||
|
||||
let errorClass = '';
|
||||
@@ -123,7 +123,7 @@ export default class SignupLdap extends React.Component {
|
||||
<strong>
|
||||
<FormattedMessage
|
||||
id='signup.ldap'
|
||||
defaultMessage='LDAP Credentials'
|
||||
defaultMessage='AD/LDAP Credentials'
|
||||
/>
|
||||
</strong>
|
||||
</h5>
|
||||
|
||||
@@ -212,7 +212,7 @@ export default class SignupController extends React.Component {
|
||||
<span>
|
||||
<FormattedMessage
|
||||
id='signup.ldap'
|
||||
defaultMessage='LDAP Credentials'
|
||||
defaultMessage='AD/LDAP Credentials'
|
||||
/>
|
||||
</span>
|
||||
</Link>
|
||||
|
||||
Ссылка в новой задаче
Block a user