Merge remote-tracking branch 'origin/develop' into develop

pull/21833/head
Weblate 2017-12-18 13:04:28 +00:00
commit c8c208d9d7
1 changed files with 1 additions and 1 deletions

View File

@ -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>