mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -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" />
|
||||
</p>
|
||||
{this.props.errorMsg && (
|
||||
<p className="join-flow-instructions">
|
||||
<FormattedMessage id={this.props.errorMsg} />
|
||||
<p className="join-flow-instructions" id="registration-error-msg">
|
||||
{this.props.errorMsg}
|
||||
</p>
|
||||
)}
|
||||
{this.props.canTryAgain ? (
|
||||
|
|
Loading…
Reference in a new issue