Fix issue with preview of phone number on register and waiting for sms code confirmation code

This commit is contained in:
Alexandr Korsak 2017-12-18 12:23:54 +03:00
parent adaea9ad5b
commit fddbf3a2a2

View file

@ -374,7 +374,7 @@ export const MsisdnAuthEntry = React.createClass({
return ( return (
<div> <div>
<p>{ _t("A text message has been sent to %(msisdn)s", <p>{ _t("A text message has been sent to %(msisdn)s",
{ msisdn: <i>this._msisdn</i> }, { msisdn: <i> { this._msisdn }</i> },
) } ) }
</p> </p>
<p>{ _t("Please enter the code it contains:") }</p> <p>{ _t("Please enter the code it contains:") }</p>