Skip to content

Commit

Permalink
fix(Copy): email shouldn't be bold
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 4, 2018
1 parent b060c09 commit e0879f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const EmailAddress = (props) => {
<React.Fragment>
<EmailExplanation>
<FormattedMessage id='scenes.security.email.verifieddescription' defaultMessage='You’ve verified ' />
<strong>{email}</strong>
{email}
<FormattedMessage id='scenes.security.email.verifieddescription2' defaultMessage='. Select ‘Change Email’ to modify this existing address. ' />
<FormattedMessage id='scenes.security.email.verifieddescription3' defaultMessage=' We will use this email to authorize logins, send payment notifications, and notify you of wallet updates.' />
</EmailExplanation>
Expand Down

0 comments on commit e0879f3

Please sign in to comment.