mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Remove extra space
This commit is contained in:
parent
fddbf3a2a2
commit
d051a2e0b3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue