mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
show errorMsg content, not formatted message with errMsg as id
This commit is contained in:
parent
2a318af246
commit
d265ad3d44
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ class RegistrationErrorStep extends React.Component {
|
||||||
<FormattedMessage id="registration.cantCreateAccount" />
|
<FormattedMessage id="registration.cantCreateAccount" />
|
||||||
</p>
|
</p>
|
||||||
{this.props.errorMsg && (
|
{this.props.errorMsg && (
|
||||||
<p className="join-flow-instructions">
|
<p className="join-flow-instructions" id="registration-error-msg">
|
||||||
<FormattedMessage id={this.props.errorMsg} />
|
{this.props.errorMsg}
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
{this.props.canTryAgain ? (
|
{this.props.canTryAgain ? (
|
||||||
|
|
Loading…
Reference in a new issue