summaryrefslogtreecommitdiffstats
path: root/web/react/components/claim/email_to_sso.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/claim/email_to_sso.jsx')
-rw-r--r--web/react/components/claim/email_to_sso.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/claim/email_to_sso.jsx b/web/react/components/claim/email_to_sso.jsx
index 87e86697c..c3eea9495 100644
--- a/web/react/components/claim/email_to_sso.jsx
+++ b/web/react/components/claim/email_to_sso.jsx
@@ -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)
}}