summaryrefslogtreecommitdiffstats
path: root/web/react/components/claim
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-02-24 08:34:03 -0500
committerJoramWilander <jwawilander@gmail.com>2016-02-24 08:34:03 -0500
commit85dfe2893d426c7e2f668b2dda35042e2200ede7 (patch)
tree57de6b8798749f0341b6ecaf9555323da5e32f5e /web/react/components/claim
parent940b706ac8a790db9f089e000489d89426915fc9 (diff)
downloadchat-85dfe2893d426c7e2f668b2dda35042e2200ede7.tar.gz
chat-85dfe2893d426c7e2f668b2dda35042e2200ede7.tar.bz2
chat-85dfe2893d426c7e2f668b2dda35042e2200ede7.zip
Remove duplicate text
Diffstat (limited to 'web/react/components/claim')
-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)
}}