mirror of https://github.com/vector-im/riot-web
Merge pull request #1670 from oivoodoo/issue/phone-number-preview
Fix issue with preview of phone number on register and waiting for sms code confirmation codepull/21833/head
commit
779e4d026c
|
@ -374,7 +374,7 @@ export const MsisdnAuthEntry = React.createClass({
|
|||
return (
|
||||
<div>
|
||||
<p>{ _t("A text message has been sent to %(msisdn)s",
|
||||
{ msisdn: <i>this._msisdn</i> },
|
||||
{ msisdn: <i>{ this._msisdn }</i> },
|
||||
) }
|
||||
</p>
|
||||
<p>{ _t("Please enter the code it contains:") }</p>
|
||||
|
|
Loading…
Reference in New Issue