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 code
pull/21833/head
Michael Telatynski 2017-12-18 13:04:22 +00:00 committed by GitHub
commit 779e4d026c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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>