PLT-3766 Change LDAP references to AD/LDAP in the UI (#3925)

Этот коммит содержится в:
Jason Blais
2016-09-06 15:27:32 -04:00
коммит произвёл enahum
родитель b8927e4bfa
Коммит 449b066598
16 изменённых файлов: 138 добавлений и 138 удалений

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

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