Этот коммит содержится в:
JoramWilander
2016-02-24 08:34:03 -05:00
родитель 940b706ac8
Коммит 85dfe2893d
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)
}}