Fix indentation in PhoneNumbers.js
This commit is contained in:
parent
5a648ecfe4
commit
cff3c94858
1 changed files with 16 additions and 16 deletions
|
@ -208,7 +208,7 @@ export default class PhoneNumbers extends React.Component {
|
|||
<div>
|
||||
<div>
|
||||
{_t("A text message has been sent to +%(msisdn)s. " +
|
||||
"Please enter the verification code it contains", {msisdn: msisdn})}
|
||||
"Please enter the verification code it contains", { msisdn: msisdn })}
|
||||
<br />
|
||||
{this.state.verifyError}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue