Commit d265ad3d authored by Ben Wheeler's avatar Ben Wheeler

show errorMsg content, not formatted message with errMsg as id

parent 2a318af2
......@@ -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 ? (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment