Merge pull request #2240 from mattermost/plt-1707-fix

PLT-1707 Remove duplicate text
Этот коммит содержится в:
Harrison Healey
2016-02-24 09:20:25 -05:00
родитель 01d9263981 85dfe2893d
Коммит f7a4e9a573
3 изменённых файлов: 3 добавлений и 3 удалений

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

@@ -84,7 +84,7 @@ class EmailToSSO extends React.Component {
<p>
<FormattedMessage
id='claim.email_to_sso.ssoType'
defaultMessage='Upon claiming your account, you will only be able to login with {type} SSO. You must already have a valid {type} account'
defaultMessage='Upon claiming your account, you will only be able to login with {type} SSO'
values={{
type: Utils.toTitleCase(this.props.type)
}}