mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
add non breaking space to real name warning
This commit is contained in:
parent
63898a1b9d
commit
c7f2f942d7
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ class UsernameStep extends React.Component {
|
|||
this.props.description
|
||||
) : (
|
||||
<span>
|
||||
<intl.FormattedMessage id="registration.usernameStepDescription" />
|
||||
<intl.FormattedMessage id="registration.usernameStepDescription" /> 
|
||||
<b>
|
||||
<intl.FormattedMessage id="registration.usernameStepRealName" />
|
||||
</b>
|
||||
|
|
Loading…
Reference in a new issue