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
|
this.props.description
|
||||||
) : (
|
) : (
|
||||||
<span>
|
<span>
|
||||||
<intl.FormattedMessage id="registration.usernameStepDescription" />
|
<intl.FormattedMessage id="registration.usernameStepDescription" /> 
|
||||||
<b>
|
<b>
|
||||||
<intl.FormattedMessage id="registration.usernameStepRealName" />
|
<intl.FormattedMessage id="registration.usernameStepRealName" />
|
||||||
</b>
|
</b>
|
||||||
|
|
Loading…
Reference in a new issue